-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (48 loc) · 1.08 KB
/
package.json
File metadata and controls
50 lines (48 loc) · 1.08 KB
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
{
"config": {
"js": {
"folder": "./js",
"src": "./js/**/*.js",
"dist": "./public/js"
},
"scss": {
"folder": "./scss",
"src": "./scss/**/*.{scss,sass,css}",
"dist": "./public/css",
"style": "compressed"
},
"web": {
"server": "./public",
"port": "5858",
"open": false
},
"watch": {
"reload": "./**/*.{html,php,jpg,png,gif}"
},
"jshintConfig": {
}
},
"devDependencies": {
"browser-sync": "^2.10.0",
"custom-gulp-sass-inheritance": "latest",
"gulp": "^3.9.0",
"gulp-cached": "^1.1.0",
"gulp-data": "^1.2.0",
"gulp-filter": "^3.0.1",
"gulp-if": "^2.0.0",
"gulp-imports": "0.0.3",
"gulp-js-inheritance": "latest",
"gulp-jshint": "^1.12.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"gutil": "^1.6.4",
"js-graph-imports": "latest",
"jshint-stylish": "^2.0.1",
"path": "^0.12.7",
"through2": "^2.0.0"
}
}