forked from freenet-public/got-swag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 871 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
{
"name": "got-swag",
"version": "1.2.0",
"description": "Got Swag? A tool to test Swagger-powered APIs automatically",
"author": "Morris Brodersen <[email protected]> (http://morrisbrodersen.de)",
"license": "MIT",
"repository": "https://github.com/mobilcom-debitel/got-swag",
"bin": {
"got-swag": "./bin/got-swag"
},
"main": "index.js",
"scripts": {
"test": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha test"
},
"dependencies": {
"json-schema-ref-parser": "^3.1.2",
"jsonschema": "^1.1.1",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"mocha": "^3.2.0"
},
"devDependencies": {
"express": "^4.14.0",
"istanbul": "^0.4.4",
"mocha": "^3.1.0",
"swagger-express-middleware": "^1.0.0-alpha.12"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}