-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 746 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 746 Bytes
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
{
"dependencies": {
"ui-router": "0.0.1",
"angular": "~1.4.7"
},
"devDependencies": {
"babelify": "6.1.2",
"bootstrap-sass": "3.3.5",
"browser-sync": "*",
"del": "*",
"gulp": "3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.0",
"gulp-filelog": "^0.4.1",
"gulp-minify-css": "1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "1.2.2",
"gulp-uglify": "1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "*",
"lodash": "~3.10.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"scripts": {
"serve": "http-server .",
"build": "browserify -t babelify app/app.js > dest/app.js"
}
}