-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
{
"name": "docpad-plugin-gitrestapi",
"version": "2.0.0",
"description": "Docpad plugin that supplies a REST API for interacting with Git",
"homepage": "https://github.com/docpad/docpad-plugin-gitrestapi",
"keywords": [
"docpad",
"docpad-plugin",
"git", "rest", "api"
],
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Neil Taylor <neil.t@myplanetdigital.com> (https://github.com/neilbaylorrulez)",
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Neil Taylor <neil.t@myplanetdigital.com> (https://github.com/neilbaylorrulez)",
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"bugs": {
"url": "https://github.com/docpad/docpad-plugin-gitrestapi/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/docpad/docpad-plugin-gitrestapi/issues"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"gitpad": "git://github.com/d9su/gitpad.git"
},
"peerDependencies": {
"docpad": ">=6 <7"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"docpad": ">=6 <7"
},
"main": "./out/gitrestapi.plugin.js"
}