-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 857 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 857 Bytes
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
{
"name": "docpad-plugin-heroku",
"version": "2.0.0",
"description": "Deploy to Heroku easily and effortlessly with this DocPad plugin",
"homepage": "https://github.com/bevry/docpad-extras",
"keywords": [
"docpad",
"docpad-plugin",
"heroku",
"deploy",
"deployment"
],
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"bugs": {
"url": "https://github.com/bevry/docpad-extras/issues"
},
"repository" : {
"type": "git",
"url": "http://github.com/bevry/docpad-extras.git"
},
"engines" : {
"node": ">=0.4.0",
"docpad": "6.x"
},
"dependencies": {
"bal-util": "1.12.x"
},
"devDependencies": {
"coffee-script": "1.3.x"
},
"main": "./out/heroku.plugin.js"
}