-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
42
43
44
45
46
47
48
{
"name": "hiden",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp build",
"package": "gulp build",
"watch": "gulp build && gulp watch",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/kuno1/hiden"
},
"keywords": [ "wordpress", "wordpress-plugin" ],
"author": "Kunoichi INC <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/kuno1/hiden/issues"
},
"homepage": "https://kunoichiwp.com",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"event-stream": "^4.0.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^7.0.0",
"gulp-imagemin": "^5.0.3",
"gulp-include": "^2.3.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.4.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^3.0.1",
"imagemin-pngquant": "^7.0.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1"
}
}