-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
{
"name": "apigee2openapi",
"version": "0.1.10",
"description": "Apigee Edge Proxy Bundle to OpenAPI 2.0 conversion tool",
"main": "index.js",
"scripts": {
"test": "make test"
},
"bin": {
"apigee2openapi": "bin/apigee2openapi"
},
"repository": {
"type": "git",
"url": "https://github.com/anil614sagar/apigee2openapi.git"
},
"keywords": [
"Apigee",
"Proxy",
"openapi",
"2.0",
"Tool"
],
"author": "Anil Sagar <[email protected]> (https://in.linkedin.com/in/anilsagar/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/anil614sagar/apigee2openapi/issues"
},
"homepage": "https://github.com/anil614sagar/apigee2openapi",
"dependencies": {
"apigeetool": "^0.15.1",
"async": "^1.4.2",
"commander": "^2.8.1",
"glob": "^5.0.14",
"inquirer": "^8.1.3",
"mkdirp": "^0.5.1",
"mocha": "^9.1.1",
"node-unzip-2": "^0.2.7",
"request": "^2.88.0",
"xml2js": "^0.4.12"
},
"devDependencies": {
"should": "^7.0.4"
}
}