forked from bueltge/wordpress-multisite-enhancements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.07 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
{
"name": "wordpress-multisite-enhancements",
"version": "1.4.1",
"description": "Enhance WordPress Multisite for Network Admins with different topics.",
"homepage": "https://github.com/bueltge/wordpress-multisite-enhancements",
"bugs": "https://github.com/bueltge/wordpress-multisite-enhancements/issues",
"license": "GPL-2.0+",
"author": {
"name": "Frank Bueltge",
"email": "[email protected]",
"url": "https://bueltge.de"
},
"repository": {
"type": "git",
"url": "https://github.com/bueltge/wordpress-multisite-enhancements"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-imagemin": "~1.0.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-jscs": "~2.3.0",
"grunt-jsonlint": "^1.0.6",
"grunt-jsvalidate": "~0.2.2",
"grunt-lineending": "~0.2.4",
"grunt-newer": "~1.1.1",
"grunt-wp-i18n": "^0.5.4",
"jshint-stylish": "~2.1.0",
"load-grunt-tasks": "~3.3.0",
"lodash": "~3.10.1"
}
}