forked from equinix/api-catalog-organizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 897 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
37
38
{
"name": "api-organizer",
"description": "An interactive command-line tool to manage API Catalogs",
"version": "1.0.0",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/equinix/api-catalog-organizer.git"
},
"keywords": [
"swagger",
"open api",
"catalog",
"api",
"cli"
],
"preferGlobal": true,
"bin": {
"api-organizer": "app.js"
},
"author": "Kelum Senanayake",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/equinix/api-catalog-organizer/issues"
},
"homepage": "https://github.com/equinix/api-catalog-organizer#readme",
"dependencies": {
"chalk": "^2.4.1",
"clui": "^0.3.6",
"commander": "^2.16.0",
"figlet": "^1.2.0",
"inquirer": "^6.0.0",
"pkginfo": "^0.4.1",
"swagger-parser-js": "^1.3.6",
"system-sleep": "^1.3.6",
"yamljs": "^0.3.0"
}
}