-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 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
{
"name": "api-deploy",
"version": "0.3.14",
"description": "API Deploy publishes your Amazon Lambda functions and exports a JS SDK to use on the Web. Your SDK and Lambdas are both built based on the `config.json` that you supply.",
"main": "./index.js",
"bin": {
"api": "./bin/api.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dallasread/api-deploy"
},
"keywords": [
"lambda",
"gateway",
"aws",
"api",
"deploy",
"sdk",
"swagger"
],
"author": "Dallas Read",
"license": "MIT",
"dependencies": {
"archiver": "^0.20.0",
"async": "^2.1.5",
"aws-sdk": "^2.22.0",
"aws4": "^1.1.0",
"browserify": "^11.2.0",
"deepmerge": "^0.2.10",
"generate-js": "^2.1.3",
"gulp": "^4.0.2",
"gulp-if": "^2.0.0",
"gulp-minify": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.7",
"gulp-vinyl-zip": "^1.1.0",
"handlebars": "^4.0.4",
"nodemon": "^1.8.1",
"pluralize": "^1.2.1",
"stringify": "^5.1.0",
"uuid": "^2.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^3.29.0"
}
}