-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 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
50
51
{
"name": "my-favorite-things",
"private": true,
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"babel-core": "^5.5.6",
"del": "^1.1.1",
"gulp": "^3.9.0",
"gulp-cache": "^0.2.8",
"gulp-chrome-manifest": "0.0.11",
"gulp-concat": "^2.6.0",
"gulp-declare": "^0.3.0",
"gulp-eslint": "^0.13.2",
"gulp-handlebars": "^4.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.0",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.1.1",
"gulp-wrap": "^0.11.0",
"gulp-zip": "^3.0.2",
"main-bower-files": "^2.5.0",
"run-sequence": "^1.1.4",
"wiredep": "^2.2.2"
},
"eslintConfig": {
"env": {
"node": true,
"browser": true
},
"globals": {
"chrome": true
},
"rules": {
"eol-last": 0,
"quotes": [
2,
"single"
]
}
}
}