-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 885 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
{
"private": true,
"engines": {
"node": ">=4.4.5"
},
"devDependencies": {
"apache-server-configs": "^2.14.0",
"connect": "^3.4.1",
"connect-livereload": "^0.5.4",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-csso": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.2",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"main-bower-files": "^2.13.1",
"opn": "^4.0.2",
"serve-index": "^1.8.0",
"serve-static": "^1.11.1"
}
}