-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.59 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "swaggerd",
"version": "0.7.36",
"description": "This is an abstraction for Amazon Lambda and Gateway API with Swagger-like api discovery",
"main": "./lib/main.js",
"bin": {
"swagd": "./bin/swagd",
"swaggerd": "./bin/swaggerd"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/swaggerd/swaggerd.git"
},
"keywords": [
"Lambda",
"Amazon",
"API",
"node"
],
"author": "Jonathan Dunlap and James Young",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/VidRoll/LambdaPi/issues"
},
"devDependencies": {
"mocha": "^2.3.3",
"sinon": "^1.17.0",
"source-map-support": "^0.4.0",
"swagger-express": "^1.0.5",
"wrench": "^1.5.8"
},
"dependencies": {
"aws-sdk": "^2.3.6",
"body-parser": "^1.13.2",
"commander": "^2.8.2",
"compression": "^1.6.0",
"director": "^1.2.8",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"js-yaml": "^3.3.1",
"lodash": "^4.11.1",
"minimist": "^1.1.1",
"multer": "^1.1.0",
"ncp": "^2.0.0",
"node-lambda": "jadbox/node-lambda#uploadFlowPatch",
"node-zip": "^1.1.1",
"proxyquire": "^1.7.2",
"qs": "^6.1.0",
"rx": "^4.0.7",
"rxjs-aws": "*",
"rxjs-plus": "*",
"serve-static": "^1.10.0",
"serve-swagger-editor": "^1.0.1",
"swagger-client": "^2.1.3",
"swagger-editor": "^2.9.7",
"swagger-js-codegen": "jadbox/swagger-js-codegen#master",
"swagger-parser": "^2.5.0",
"swagger-tools": "^0.9.0",
"swagger-ui": "^2.1.3"
}
}