-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
37 lines (37 loc) · 1.17 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
{
"name": "wordpress-multisite-enhancements",
"version": "1.6.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-or-later",
"author": {
"name": "Frank Bueltge",
"email": "frank@bueltge.de",
"url": "https://bueltge.de"
},
"repository": {
"type": "git",
"url": "https://github.com/bueltge/wordpress-multisite-enhancements"
},
"devDependencies": {
"grunt": ">=1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-jsonlint": "^1.0.6",
"grunt-jsvalidate": "~0.2.2",
"grunt-lineending": "~1.0.0",
"grunt-newer": "~1.1.1",
"grunt-run": "^0.8.1",
"grunt-wp-i18n": "^1.0.3",
"jshint-stylish": "~2.1.0",
"load-grunt-tasks": "~3.3.0",
"lodash": "^4.17.0"
}
}