-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 1.89 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "docpad-plugin-restapi",
"version": "2.1.7",
"description": "Add a REST API to your DocPad project for interacting with DocPad files and documents",
"homepage": "https://github.com/docpad/docpad-plugin-restapi",
"license": {
"type": "MIT"
},
"badges": {
"travis": true,
"npm": true,
"npmdownloads": true,
"david": true,
"daviddev": true,
"gratipay": "docpad",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"keywords": [
"docpad",
"docpad-plugin",
"crud",
"rest",
"api"
],
"author": "2013+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"funders": [
"Myplanet Digital <hello@myplanetdigital.com> (http://www.myplanetdigital.com)"
],
"maintainers": [
"Neil Taylor <neil.t@myplanetdigital.com> (https://github.com/neilbaylorrulez)",
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"Neil Taylor <neil.t@myplanetdigital.com> (https://github.com/neilbaylorrulez)"
],
"bugs": {
"url": "https://github.com/docpad/docpad-plugin-restapi/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/docpad/docpad-plugin-restapi.git"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"taskgroup": "^4.2.0"
},
"peerDependencies": {
"docpad": ">=6 <7"
},
"devDependencies": {
"chai": "^2.0.0",
"coffee-script": "^1.9.1",
"docpad": ">=6 <7",
"projectz": "^0.5.0",
"rimraf": "^2.2.5",
"safefs": "^3.1.2",
"superagent": "^0.21.0"
},
"main": "./out/restapi.plugin.js",
"scripts": {
"test": "node ./out/restapi.test.js"
},
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
}
}