forked from klauslochmann/swagger-ui-aws-apigateway
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 995 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
41
42
43
44
{
"name": "aws-serverless-swagger-ui",
"description": "Serverless version of Swagger UI served by AWS API Gateway and lambda",
"version": "1.0.1",
"main": "./index.js",
"homepage": "https://github.com/sylwit/aws-serverless-swagger-ui",
"author": {
"name": "Sylvain Witmeyer",
"email": "sylvain.witmeyer@gmail.com"
},
"contributors": [
"Klaus Lochmann <klaus.lochmann@gmail.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sylwit/aws-serverless-swagger-ui.git"
},
"private": false,
"bugs": {
"url": "https://github.com/sylwit/aws-serverless-swagger-ui/issues"
},
"bundleDependencies": false,
"dependencies": {
"swagger-ui-dist": "^3.38.0"
},
"deprecated": false,
"files": [
"package.json",
"index.js",
"LICENSE"
],
"keywords": [
"swagger",
"open api",
"api gateway",
"aws",
"lambda",
"ui",
"yaml",
"documentation",
"serverless"
]
}