forked from NerminImamovic/swagger-restify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 746 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 746 Bytes
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
{
"name": "swagger-restify-mw",
"version": "0.7.0-fixed-dependencies.1",
"description": "Swagger loader and middleware for Restify",
"keywords": [
"swagger",
"api",
"apis",
"restify"
],
"author": "Scott Ganyo <sganyo@apigee.com>",
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/apigee-127/swagger-restify.git"
},
"dependencies": {
"swagger-node-runner": "^0.7.0",
"type-is": "1.6.16"
},
"devDependencies": {
"lodash": "4.17.11",
"mocha": "^2.2.1",
"should": "^5.2.0"
},
"scripts": {
"test": "mocha -u exports -R spec test test/lib",
"coverage": "istanbul cover _mocha -- -u exports -R spec test test/lib"
}
}