forked from nett55/Co-Authors-Plus-Roles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 798 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
{
"name": "co-authors-plus-roles",
"version": "0.0.1-alpha",
"description": "Extends the Co-Authors Plus plugin with extensible roles. Allows for adding contributors of multiple roles - \"Additional reporting by\", \"Additional research by\", or any other.",
"main": "co-authors-plus-roles.php",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github-goldenapples:goldenapples/Co-Authors-Plus-Roles.git"
},
"author": "",
"license": "GPL v2",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-wp-readme-to-markdown": "~0.8.0",
"grunt-phpunit": "~0.3.6",
"grunt-contrib-watch": "~0.6.1",
"grunt-autoprefixer": "~2.2.0"
}
}