-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 837 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 837 Bytes
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
{
"name": "wp-theme-workflow",
"version": "0.1.0",
"description": "[unstable] wp-theme-workflow",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Łukasz Kleczaj ([email protected])",
"license": "MIT",
"dependencies": {
"bluebird": "^3.3.4",
"eslint": "^2.4.0",
"fs-extra": "^0.26.5",
"gaze": "^1.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-jade-php": "^2.0.0-0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"jade": "^1.11.0",
"merge": "^1.2.0",
"merge-stream": "^1.0.0",
"phpjade": "^1.4.2",
"progress": "^1.1.8",
"run-sequence": "^1.1.5",
"streamqueue": "^1.1.1",
"watch": "^0.17.1"
}
}