{
  "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": "^3.9.0",
    "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.0",
    "vinyl-source-stream": "^1.1.0",
    "yargs": "^3.29.0"
  }
}
