-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 929 Bytes
/
package.json
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
{
"devDependencies": {
"browser-sync": "^2.4.0",
"browserify": "^11.2.0",
"del": "^2.0.2",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.5.2",
"gulp-consolidate": "^0.1.2",
"gulp-filter": "^3.0.1",
"gulp-load-plugins": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.1",
"gulp-streamify": "^1.0.2",
"gulp-swig": "^0.7.4",
"gulp-uglify": "^1.1.0",
"gulp-uglifycss": "^1.0.4",
"gulp-util": "^3.0.4",
"swig": "^1.4.2",
"vinyl-source-stream": "^1.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
},
"dependencies": {
"gulp-install": "^0.6.0"
}
}