forked from vellotis/swagger-restify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 883 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
{
"name": "@sealights/swagger-restify",
"description": "Document your restify rest api by jsDoc or yaml.",
"version": "1.1.5",
"author": "fliptoo <fliptoo.studio@gmail.com>, sposmen <sposmen@gmail.com>, eugene@takeaway.com",
"main": "./index",
"dependencies": {
"async": "~0.2.7",
"coffee-script": "*",
"doctrine": "*",
"js-yaml": "3.13.1",
"restify": "^4.3.1",
"swagger-tools": "^0.10.4",
"underscore": "*"
},
"devDependencies": {
"jshint": "*"
},
"scripts": {
"test": "jshint --config jshint.cfg $(find . -name *.js | grep -v './node_modules')",
"postinstall-disabled": "bower install --allow-root"
},
"keywords": [
"swagger",
"swagger-ui",
"restify",
"api",
"jsdoc",
"yml",
"yaml",
"coffee-script",
"restful"
],
"repository": "git://github.com/yourdelivery/swagger-restify"
}