-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
36 lines (36 loc) · 925 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
36
{
"name": "api2swagger",
"version": "0.1.3",
"description": "Generate Swagger 2.0 (Open API) spec from Curl like API Call.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"api2swagger": "bin/api2swagger"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anil614sagar/api2swagger.git"
},
"keywords": [
"Swagger",
"Generator",
"API",
"Runtime"
],
"author": "Anil Sagar <[email protected]> (https://in.linkedin.com/in/anilsagar/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/anil614sagar/api2swagger/issues"
},
"homepage": "https://github.com/anil614sagar/api2swagger#readme",
"dependencies": {
"async": "^1.5.0",
"commander": "^2.9.0",
"http-status": "^0.2.0",
"inquirer": "^0.11.0",
"json-schema-generator": "^2.0.3",
"request": "^2.67.0"
}
}