-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
39 lines (39 loc) · 945 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
{
"name": "hapi-router",
"version": "5.1.0",
"description": "Opinionated route loader for hapi",
"main": "./lib",
"scripts": {
"test": "standard && lab -r console -o stdout -r lcov -o lcov.info -v -C -a @hapi/code -m 5000",
"test-dirty": "lab -v -C -a code -m 5000"
},
"repository": {
"type": "git",
"url": "git://github.com/bsiddiqui/hapi-router.git"
},
"keywords": [
"hapi",
"spumko",
"routes",
"router"
],
"author": "Basil Siddiqui <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bsiddiqi/hapi-router/issues"
},
"homepage": "https://github.com/bsiddiqui/hapi-router",
"devDependencies": {
"@hapi/code": "^5.3.1",
"@hapi/hapi": "^18.3.1",
"lab": "^15.1.2",
"standard": "^12.0.1"
},
"peerDependencies": {
"@hapi/hapi": ">= 18.3.1 < 20"
},
"dependencies": {
"cast-array": "^1.0.0",
"glob": "^5.0.3"
}
}