-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
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
37
38
39
40
41
{
"name": "y-website",
"version": "1.0.0",
"dependencies": {},
"devDependencies": {
"connect": "^2.14.4",
"connect-livereload": "^0.4.0",
"gulp": "^3.8",
"gulp-autoprefixer": "^0.0.7",
"gulp-bower-files": "^0.2.1",
"gulp-cache": "^0.1.1",
"gulp-clean": "^0.2.4",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^1.2.0",
"gulp-load-plugins": "^0.5.0",
"gulp-sass": "^1.0.0",
"gulp-size": "^0.3.0",
"gulp-uglify": "^0.2.1",
"gulp-useref": "^0.4.2",
"gulp-rev": "^1.1.0",
"gulp-rev-replace": "^0.3.1",
"gulp-env": "^0.2.0",
"gulp-awspublish": "0.0.23",
"gulp-template": "^1.1.1",
"gulp-data": "^1.0.2",
"gulp-html-extend": "^0.5.0",
"node-inspector": "^0.7.4",
"run-sequence": "^1.0.1",
"jshint-stylish": "^0.2.0",
"opn": "^0.1.1",
"wiredep": "^1.4.3",
"gulp-notify": "^2.0.1",
"gulp-imagemin": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
}
}