forked from digisavvy/some-like-it-neat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"devDependencies": {
"browser-sync": "^2.4.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-combine-media-queries": "^0.1.0",
"gulp-concat": "^2.5.2",
"gulp-consolidate": "^0.1.2",
"gulp-filter": "^2.0.2",
"gulp-imagemin": "^0.6.2",
"gulp-jshint": "^1.9.4",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^0.6.0",
"gulp-notify": "^2.2.0",
"gulp-phpcs": "^0.4.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-swig": "^0.7.4",
"gulp-uglify": "^1.1.0",
"gulp-uglifycss": "^1.0.4",
"gulp-util": "^3.0.4",
"gulp-wp-rev": "0.0.1",
"gulp-zip": "^2.0.3",
"swig": "^1.4.2"
},
"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)"
},
"dependencies": {
"gulp-install": "^0.2.0"
}
}