-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.07 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.07 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
42
43
44
45
46
47
{
"name": "docpad-plugin-hapi",
"version": "2.4.2",
"description": "A fully customizable Hapi server for Docpad.",
"homepage": "https://github.com/stongo/docpad-plugin-hapi",
"keywords": [
"docpad",
"docpad-plugin",
"server",
"hapi"
],
"author": "Marcus Stong <stongo@gmail.com> (http://github.com/stongo)",
"maintainers": [
"Marcus Stong <stongo@gmail.com> (http://github.com/stongo)"
],
"contributors": [
"Marcus Stong <stongo@gmail.com> (http://github.com/stongo)"
],
"bugs": {
"url": "https://github.com/stongo/docpad-plugin-hapi/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/stongo/docpad-plugin-hapi.git"
},
"engines": {
"node": ">=0.8",
"docpad": ">=6"
},
"dependencies": {
"hapi": "3.0.x",
"wrench": "1.5.x",
"path": "~0.4.9",
"hoek": "~1.5.0",
"async": "0.2.9"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"lab": "0.1.x",
"hapi": "3.x.x",
"docpad": "6.x.x"
},
"main": "./lib/hapi.plugin.js",
"scripts": {
"test": "make test"
}
}