-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
52 lines (52 loc) · 1.1 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "hapi-swaggered-ui",
"description": "Easy swagger-ui drop-in plugin for hapi to be used with hapi-swaggered.",
"version": "3.0.2",
"author": "Timo Behrmann",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/z0mt3c/hapi-swaggered-ui.git"
},
"bugs": {
"url": "https://github.com/z0mt3c/hapi-swaggered-ui/issues"
},
"license": "MIT",
"main": "index",
"keywords": [
"docs",
"swagger",
"swagger-ui",
"swaggered",
"hapi"
],
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"handlebars": "^4.7.3",
"hoek": "^6.1.3",
"inert": "^5.1.3",
"joi": "^14.3.1",
"lodash": "^4.17.15",
"swagger-ui-dist": "^3.25.0",
"vision": "^5.4.4"
},
"devDependencies": {
"code": "^5.2.4",
"hapi": "^18.1.0",
"lab": "^18.0.2",
"standard": "^14.3.3"
},
"scripts": {
"lint": "standard",
"test": "lab -l",
"posttest": "npm run lint"
},
"peerDependencies": {
"hapi": ">= 17.x.x"
},
"homepage": "https://github.com/z0mt3c/hapi-swaggered-ui#readme",
"directories": {
"test": "test"
}
}