-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.3 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
49
50
51
52
53
54
55
56
57
{
"name": "wp-log-viewer",
"version": "1.0.3",
"description": "Worpdress debug log viewer",
"author": {
"name": "Maxwell Berkel",
"email": "[email protected]",
"url": "https://github.com/allbitsnbytes"
},
"repository": {
"type": "git",
"url": "https://github.com/allbitsnbytes/wp-log-viewer"
},
"bugs": {
"url": "https://github.com/allbitsnbytes/wp-log-viewer/issues"
},
"license": {
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl.html"
},
"scripts": {
"bump": "bash scripts/plugin.bash bump",
"release": "bash scripts/plugin.bash release",
"zip": "bash scripts/plugin.bash zip"
},
"engines": {
"node": ">= 0.10.x"
},
"main": "gulpfile.js",
"keywords": [
"wordpress",
"plugin",
"debug",
"log",
"viewer"
],
"dependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-concat": "^2.5.2",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.0",
"gulp-react": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.2.0",
"jeet": "^6.1.2",
"react-color": "^1.3.0",
"react-intl": "^1.2.0",
"rupture": "^0.6.1"
},
"devDependencies": {
"mocha-jshint": "^2.2.3"
}
}