-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 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
{
"devDependencies": {
"browser-sync": "^1.1.2",
"del": "^0.1.1",
"gulp": "^3.8.5",
"gulp-autoprefixer": "0.0.7",
"gulp-cache": "^0.2.0",
"gulp-changed": "^0.4.0",
"gulp-compass": "^1.1.9",
"gulp-concat": "^2.2.0",
"gulp-csso": "^0.2.9",
"gulp-flatten": "0.0.2",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^0.6.1",
"gulp-jshint": "^1.6.4",
"gulp-livereload": "^2.1.0",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-html": "^0.1.4",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.3.0",
"gulp-ruby-sass": "^0.5.0",
"gulp-size": "^0.4.0",
"gulp-uglify": "^1.1.0",
"gulp-uncss": "^0.4.4",
"gulp-useref": "^0.4.5",
"install": "^0.1.7",
"jshint-stylish": "^0.2.0",
"npm": "^1.5.0-alpha-1",
"opn": "^0.1.2",
"psi": "0.0.4",
"require-dir": "^0.1.0",
"run-sequence": "^0.3.6"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
}
}