-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 972 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
{
"name": "dashboard-directory-size",
"version": "1.4.0",
"description": "WordPress dashboard widget to display directory and database sizes",
"license": "GPLv2 or later",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/petenelson/dashboard-directory-size.git"
},
"keywords": [
"wordpress",
"dashboard",
"widget"
],
"author": "Pete Nelson",
"bugs": {
"url": "https://github.com/petenelson/dashboard-directory-size/issues"
},
"homepage": "https://github.com/petenelson/dashboard-directory-size",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-insert": "^0.1.0",
"grunt-phplint": "0.0.8",
"grunt-potomo": "^3.4.0",
"grunt-wp-i18n": "^0.5.4",
"grunt-wp-readme-to-markdown": "~0.9.0",
"phplint": "^1.7.1"
}
}