-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 895 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
34
35
36
37
38
39
40
41
{
"name": "hapi-resourceful-routes",
"description": "Resourceful route generation for hapi",
"version": "0.0.6",
"author": "John Deerhake <[email protected]>",
"contributors": [],
"repository": "[email protected]:jdeerhake/hapi-resourceful-routes.git",
"bugs": {
"url": "https://github.com/jdeerhake/hapi-resourceful-routes/issues"
},
"main": "index",
"keywords": [
"hapi",
"plugin",
"routes",
"routing",
"resourceful"
],
"engines": {
"node": "0.10.x"
},
"dependencies": {
"pluralize": "0.0.6",
"mustache": "~0.8.0"
},
"peerDependencies": {
"hapi": ">1.x.x"
},
"devDependencies": {
"jasmine-node": "~1.13.0"
},
"scripts": {
"test" : "jasmine-node --autotest ."
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/jdeerhake/hapi-resourceful-routes/master/LICENSE"
}
]
}