forked from fliptoo/swagger-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 813 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
{
"name": "swagger-restify",
"description": "Document your restify rest api by jsDoc or yaml.",
"version": "1.1.1",
"main": "./index",
"dependencies": {
"async": "~0.2.7",
"coffee-script": "*",
"doctrine": "*",
"js-yaml": "~2.1.0",
"restify": "^2.8.5",
"swagger-tools": "^0.9.5",
"underscore": "*"
},
"devDependencies": {
"jshint": "*"
},
"scripts": {
"test": "jshint --config jshint.cfg $(find . -name *.js | grep -v './node_modules')"
},
"keywords": [
"swagger",
"swagger-ui",
"restify",
"api",
"jsdoc",
"yml",
"yaml",
"coffee-script",
"restful"
],
"repository": "git://github.com/yourdelivery/swagger-restify"
}