-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 845 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
{
"private": true,
"engines": {
"node": ">=0.12.0"
},
"devDependencies": {
"autoprefixer-core": "^5.1.8",
"browser-sync": "^2.2.1",
"cheerio": "^0.19.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bootlint": "^0.6.0",
"gulp-cache": "^0.2.8",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.8.1",
"gulp-minify-html": "^1.0.0",
"gulp-postcss": "^5.0.0",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-subtree": "^0.1.0",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.1.1",
"jshint-stylish": "^1.0.1",
"main-bower-files": "^2.5.0",
"opn": "^1.0.1",
"request": "^2.57.0",
"wiredep": "^2.2.2"
}
}