-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
37
38
39
40
{
"private": true,
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"apache-server-configs": "^2.7.1",
"autoprefixer-core": "^4.0.1",
"chalk": "^0.5.1",
"connect": "^3.0.1",
"connect-livereload": "^0.5.0",
"del": "^0.1.0",
"gulp": "^3.6.0",
"gulp-cache": "^0.2.4",
"gulp-csso": "^0.2.6",
"gulp-filter": "^1.0.2",
"gulp-flatten": "^0.0.4",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^1.2.1",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^2.0.0",
"gulp-load-plugins": "^0.7.1",
"gulp-minify-html": "^0.1.6",
"gulp-nunjucks-render": "^0.1.3",
"gulp-postcss": "^3.0.0",
"gulp-rev": "^2.0.1",
"gulp-rev-replace": "^0.3.1",
"gulp-ruby-sass": "^0.7.1",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"jshint-stylish": "^1.0.0",
"main-bower-files": "^2.1.0",
"opn": "^1.0.0",
"serve-index": "^1.1.4",
"serve-static": "^1.4.0",
"shelljs": "^0.3.0",
"wiredep": "^2.0.0"
}
}