-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 924 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
39
40
{
"name": "aws2openapi",
"version": "1.0.0",
"description": "Amazon Web Service API description to OpenApi 2.0 format",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"openapi",
"aws",
"amazon",
"webservices",
"swagger",
"json",
"api"
],
"author": "Mike Ralphson <[email protected]>",
"license": "MIT",
"dependencies": {
"aws-regions": "^2.2.0",
"js-yaml": "^3.14.0",
"lodash": "^4.17.21",
"oas-validator": "^5.0.4",
"recursive-readdir": "^2.2.3",
"reftools": "^1.1.7"
},
"devDependencies": {},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mermade/aws2openapi.git"
},
"bugs": {
"url": "https://github.com/mermade/aws2openapi/issues"
},
"homepage": "https://github.com/mermade/aws2openapi#readme"
}