-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.17 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
52
53
54
55
{
"name": "MattGreenUX",
"version": "0.0.1",
"private": true,
"main": "server.js",
"scripts": {
"start": "cd dist && npm install && node server.js"
},
"engines": {
"node": ">=0.12.0"
},
"devDependencies": {
"gulp-debug": "^3.0.0"
},
"dependencies": {
"babel-core": "^5.5.6",
"bower": "^1.3.2",
"browser-sync": "^2.2.1",
"del": "^1.1.1",
"express": "^4.13.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^2.3.1",
"gulp-cache": "^1.1.3",
"gulp-eslint": "^0.13.2",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-minify-html": "^1.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^5.1.0",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^3.1.2",
"main-bower-files": "^2.5.0",
"ng-resize": "^1.2.0",
"opn": "^1.0.1",
"sass": "^1.58.0",
"wiredep": "^2.2.2"
},
"eslintConfig": {
"env": {
"node": true,
"browser": true
},
"rules": {
"quotes": [
2,
"single"
]
}
}
}