forked from krakenjs/hapi-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 967 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": "swaggerize-hapi",
"description": "Design-driven apis with swagger 2.0 and hapi.",
"version": "2.0.1",
"author": "Trevor Livingston <tlivings@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/krakenjs/swaggerize-hapi.git"
},
"bugs": "http://github.com/krakenjs/swaggerize-hapi/issues",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"engines": {
"node": ">=4.x"
},
"dependencies": {
"async": "^1.5.0",
"core-util-is": "^1.0.1",
"hoek": "^2.6.0",
"joi": "^6.6.1",
"js-yaml": "^3.2.6",
"swaggerize-routes": "^1.0.3"
},
"devDependencies": {
"boom": "~2.8.0",
"hapi": "^15.2.0",
"istanbul": "~0.2.3",
"jshint": "^2.4.1",
"tape": "^3.0.0"
},
"scripts": {
"test": "tape test/*.js",
"cover": "istanbul cover tape -- test/*.js",
"lint": "jshint -c .jshintrc lib/*.js"
},
"license": "Apache-2.0",
"main": "./lib/index"
}