-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1006 Bytes
/
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
{
"name": "WP-Gulp",
"author": "wp-gulp",
"description": "Gulp script for Developing WordPress Plugins & Themes",
"version": "1.0.1",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/wp-gulp/wp-gulp"
},
"scripts": {
"env": "env",
"install": "imforza gulp config && gulp init"
},
"dependencies": {},
"devDependencies": {
"async": "^2.5.0",
"autoprefixer": "^6.4.1",
"browser-sync": "^2.16.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.12",
"gulp-git": "^2.4.1",
"gulp-imagemin": "^3.0.3",
"gulp-minify": "^0.0.14",
"gulp-postcss": "^6.2.0",
"gulp-prompt": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.9",
"gulp-zip": "^3.2.0",
"imforza-cli": "^1.0.14",
"request": "^2.81.0",
"rmdir": "^1.2.0",
"semver": "^5.4.1",
"shelljs": "^0.7.8",
"spawn-shell": "^2.0.1"
}
}