-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
42
43
44
45
{
"name": "web-starter",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"browser-sync": "^1.6.2",
"gulp": "^3.8.9",
"gulp-autoprefixer": "^0.0.7",
"gulp-cache": "^0.1.1",
"gulp-cached": "^1.0.1",
"gulp-clean": "^0.2.4",
"gulp-csso": "^0.2.9",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-gzip": "^1.0.0",
"gulp-htmlhint": "0.0.9",
"gulp-imagemin": "^0.5.0",
"gulp-jshint": "^1.5.3",
"gulp-load-plugins": "^0.5.0",
"gulp-minify-css": "^0.3.11",
"gulp-minify-html": "^0.1.6",
"gulp-order": "^1.1.1",
"gulp-plumber": "^0.6.6",
"gulp-protractor": "0.0.12",
"gulp-replace": "^0.4.0",
"gulp-rev": "^2.0.1",
"gulp-rev-replace": "^0.3.1",
"gulp-ruby-sass": "^0.7.1",
"gulp-size": "^0.3.0",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^0.4.2",
"gulp-using": "0.0.1",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.1.0",
"jshint-stylish": "^0.2.0",
"main-bower-files": "^2.1.0",
"merge-stream": "^0.1.6",
"protractor": "^1.5.0",
"wiredep": "^1.4.3"
},
"engines": {
"node": ">=0.10.0"
}
}