forked from trustedlogin/Remove-Dashboard-Access
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 964 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
36
{
"name": "remove-dashboard-access",
"version": "1.1.3",
"description": "Removes WordPress dashboard access based on capabilities",
"homepage": "http://werdswords.com/my-plugins/",
"author": {
"name": "Drew Jaynes",
"email": "[email protected]",
"url": "http://werdswords.com/"
},
"bugs": {
"url": "https://github.com/DrewAPicture/remove-dashboard-access/issues/",
"email": ""
},
"license": "GPLv2+",
"private": true,
"directories": {
"build": "./build",
"languages": "./languages"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~1.0.0",
"grunt-exec": "~0.4.5",
"grunt-newer": "^1.1.0",
"grunt-phpcs": "^0.4.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-readme-to-markdown": "^0.9.0",
"load-grunt-config": "0.16.0",
"load-grunt-tasks": "~0.3.0"
}
}