forked from hapi-swagger/hapi-swagger
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 824 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
42
{
"name": "hapi-swagger",
"description": "A swagger documentation UI generator plugin for hapi",
"version": "1.3.0",
"author": "Glenn Jones",
"repository": {
"type": "git",
"url": "http://github.com/glennjones/hapi-swagger.git"
},
"main": "index",
"keywords": [
"docs",
"swagger",
"hapi"
],
"license": "MIT",
"engines": {
"node": ">=0.10.40"
},
"dependencies": {
"handlebars": "^1.3.0",
"boom": "^2.8.0",
"hoek": "^2.14.0",
"joi": "~6.6.1",
"shortid": "^2.2.2"
},
"devDependencies": {
"inert": "^3.0.0",
"vision": "^2.0.1",
"blipp": "^2.1.3",
"mocha": "^1.17.1",
"chai": "^1.9.2",
"hapi": "^9.0.1",
"istanbul": "^0.3.17"
},
"scripts": {
"test": "make test"
},
"peerDependencies": {
"hapi": "^9.0.1"
}
}