-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1002 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
{
"name": "wp-assistant",
"version": "0.2.9",
"description": "Support plugins in order to produce a WordPress site.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/1shiharaT/wp-assistant.git"
},
"keywords": [
"WordPress"
],
"author": "1shiharaT",
"license": "GPLv2 or Later",
"bugs": {
"url": "https://github.com/1shiharaT/site-supports/issues"
},
"homepage": "https://github.com/1shiharaT/site-supports",
"devDependencies": {
"streamqueue": "^0.1.3",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp": "^3.8.11",
"gulp-uglify": "^1.2.0",
"gulp-csso": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-jshint": "^1.10.0",
"browser-sync": "^2.6.5",
"gulp-rename": "^1.2.2",
"gulp-concat": "^2.5.2",
"jshint-stylish": "^1.0.1",
"gulp-sass": "^1.3.3"
}
}