-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"private": true,
"devDependencies": {
"bootstrap-stylus": "^0.2.2",
"bower": "^1.7.2",
"dateformat": "^1.0.12",
"gulp": "^3.8.8",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.0.1",
"gulp-if": "^2.0.0",
"gulp-minify-html": "^1.0.5",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-notify": "^2.2.0",
"gulp-stylus": "^2.2.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"json-server": "^0.8.5"
},
"dependencies": {
"bootstrap-sass": "^3.0.0",
"dateformat": "^1.0.12",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.0.1",
"gulp-if": "^2.0.0",
"gulp-minify-html": "^1.0.5",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-notify": "^2.2.0",
"gulp-stylus": "^2.2.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"json-server": "^0.8.5",
"laravel-elixir": "^4.0.0"
}
}