-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
40 lines (40 loc) · 992 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
{
"name": "swaggerize-routes",
"version": "1.0.11",
"author": "Trevor Livingston <[email protected]>",
"contributors": [
{
"name": "Francois-Guillaume Ribreau",
"email": "[email protected]",
"url": "http://fgribreau.com/"
}
],
"description": "Swagger based route building.",
"main": "./lib/index",
"repository": {
"type": "git",
"url": "git://github.com/krakenjs/swaggerize-builder.git"
},
"bugs": "http://github.com/krakenjs/swaggerize-builder/issues",
"engines": {
"node": "<=4.x"
},
"dependencies": {
"caller": "^1.0.1",
"core-util-is": "^1.0.1",
"debuglog": "^1.0.1",
"enjoi": "^1.0.0",
"swagger-schema-official": "^2.0.0-"
},
"devDependencies": {
"tape": "^4.2.2",
"istanbul": "^0.4.0",
"jshint": "^2.4.1"
},
"scripts": {
"test": "tape test/*.js",
"cover": "istanbul cover tape -- test/*.js",
"lint": "jshint -c .jshintrc lib/*.js"
},
"license": "Apache-2.0"
}