forked from z0mt3c/hapi-swaggered-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.11 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.0.11",
"hoek": "^5.0.3",
"inert": "^5.1.0",
"joi": "^13.1.2",
"lodash": "^4.17.5",
"swagger-ui-dist": "^3.12.0",
"@hapi/vision": "^5.3.1"
},
"devDependencies": {
"code": "^5.2.0",
"hapi": "^17.2.2",
"lab": "^15.3.1",
"standard": "^11.0.0"
},
"scripts": {
"lint": "standard",
"test": "lab -l",
"posttest": "npm run lint"
},
"peerDependencies": {
"@hapi/hapi": ">= 17.x.x"
},
"homepage": "https://github.com/z0mt3c/hapi-swaggered-ui#readme",
"directories": {
"test": "test"
}
}