forked from factor1/better-rest-endpoints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 746 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
{
"name": "better-rest-endpoints",
"version": "1.5.2",
"description": "Serves up slimmer WordPress Rest API endpoints.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy": "node copy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/factor1/better-rest-endpoints.git"
},
"keywords": [
"WordPress",
"Rest",
"API",
"WP",
"Rest",
"API",
"Rest",
"API"
],
"author": "Eric Stout",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/factor1/better-rest-endpoints/issues"
},
"homepage": "https://github.com/factor1/better-rest-endpoints#readme",
"devDependencies": {
"fs-extra": "^4.0.2"
}
}