-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 985 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
36
{
"engines": {
"node": ">= 0.10.0"
},
"bin": {
"gulp": "./bin/gulp.js"
},
"dependencies": {
"gulp": "3.8.10",
"gulp-util": "3.0.1",
"gulp-watch": "2.0.0",
"gulp-filter": "1.0.2",
"browser-sync": "1.6.3",
"gulp-plumber": "0.6.6",
"gulp-compass": "2.0.3",
"gulp-concat": "2.4.1",
"gulp-uglify": "1.0.1",
"gulp-minify-css": "0.3.11",
"gulp-imagemin": "1.2.1",
"imagemin-pngcrush": "4.0.0",
"gulp-minify-html": "0.1.6",
"gulp-filesize": "0.0.6",
"gulp-dom-src": "0.1.1",
"gulp-cheerio": "0.3.2",
"gulp-clean": "0.3.1",
"gulp-inject": "1.0.2",
"gulp-htmlbuild": "0.3.0",
"gulp-tap": "0.1.3",
"gulp-rename": "1.2.0",
"gulp-strip-code": "0.1.2",
"gulp-strip-debug": "1.0.2",
"run-sequence": "1.0.1",
"event-stream": "3.1.7",
"path": "0.4.9"
}
}