forked from micua/home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.09 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
46
47
48
49
{
"name": "micua-home",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"prebuild": "bower install",
"build": "gulp",
"watch": "browser-sync start --server --no-notify --files=\"*.html, scripts/*.js, styles/*.css\""
},
"devDependencies": {
"bower": "^1.7.9",
"browser-sync": "^2.12.3",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.4",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.2.2",
"gulp-plumber": "^1.1.0",
"gulp-reversion": "^1.0.1",
"gulp-sass": "^2.3.1",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^3.0.8",
"main-bower-files": "^2.11.1",
"wiredep": "^4.0.0"
},
"eslintConfig": {
"env": {
"node": true,
"browser": true
},
"rules": {
"quotes": [
2,
"single"
]
}
}
}