UNPKG

1.26 kBJSONView Raw
1{
2 "name": "api-deploy",
3 "version": "0.3.14",
4 "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.",
5 "main": "./index.js",
6 "bin": {
7 "api": "./bin/api.js"
8 },
9 "scripts": {
10 "test": "echo \"Error: no test specified\" && exit 1"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/dallasread/api-deploy"
15 },
16 "keywords": [
17 "lambda",
18 "gateway",
19 "aws",
20 "api",
21 "deploy",
22 "sdk",
23 "swagger"
24 ],
25 "author": "Dallas Read",
26 "license": "MIT",
27 "dependencies": {
28 "archiver": "^0.20.0",
29 "async": "^2.1.5",
30 "aws-sdk": "^2.22.0",
31 "aws4": "^1.1.0",
32 "browserify": "^11.2.0",
33 "deepmerge": "^0.2.10",
34 "generate-js": "^2.1.3",
35 "gulp": "^3.9.0",
36 "gulp-if": "^2.0.0",
37 "gulp-minify": "0.0.5",
38 "gulp-rename": "^1.2.2",
39 "gulp-uglify-es": "^1.0.4",
40 "gulp-util": "^3.0.7",
41 "gulp-vinyl-zip": "^1.1.0",
42 "handlebars": "^4.0.4",
43 "nodemon": "^1.8.1",
44 "pluralize": "^1.2.1",
45 "stringify": "^5.1.0",
46 "uuid": "^2.0.1",
47 "vinyl-buffer": "^1.0.0",
48 "vinyl-source-stream": "^1.1.0",
49 "yargs": "^3.29.0"
50 }
51}