-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 KB
/
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
41
42
43
44
45
46
47
{
"name": "swagger-commander",
"version": "0.6.6",
"description": "Plug and play command line interface (CLI) to Swagger APIs",
"bin": {
"swagger-commander": "./index.js"
},
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha --report html -- --check-leaks test/fvt"
},
"homepage": "https://github.com/khangiskhan/swagger-commander",
"repository": {
"type": "git",
"url": "https://github.com/khangiskhan/swagger-commander"
},
"keywords": [
"swagger",
"swagger-cli",
"swagger-tools",
"commander",
"swagger-console",
"swagger-commander",
"swagger-client",
"swagger-ui"
],
"dependencies": {
"chalk": "^1.1.1",
"commander": "^2.9.0",
"html-to-text": "^2.0.0",
"lodash": "^4.13.1",
"splash": "^0.2.1",
"swagger-client": "^2.1.13",
"underscore": "^1.8.3",
"url-validator": "^2.0.3",
"winston": "^2.2.0"
},
"devDependencies": {
"mocha": "^2.4.5",
"chai": "^3.5.0",
"istanbul": "^0.4.1"
},
"author": "Khang Nguyen <[email protected]>",
"contributors": [
"Khang Nguyen <[email protected]>"
],
"license": "MIT"
}