{
  "name": "border",
  "version": "0.0.13",
  "description": "Framework for deploying code to AWS API Gateway",
  "author": {
    "name": "Jeff Carnegie",
    "email": "jeff.carnegie@gmail.com",
    "url": "https://github.com/jcarnegie"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jcarnegie/border"
  },
  "license": "MIT",
  "scripts": {
    "lint": "make lint",
    "test": "make test",
    "test:watch": "./node_modules/.bin/mocha -c -w --compilers js:babel-register ./test/**/*.js  || true",
    "transpile": "make",
    "prepublish": "npm run transpile && npm run test"
  },
  "bin": {
    "border": "./bin/border.js"
  },
  "devDependencies": {
    "babel-cli": "^6.3.15",
    "babel-core": "^6.3.15",
    "babel-eslint": "^4.1.3",
    "babel-plugin-add-module-exports": "^0.1.1",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "babel-register": "^6.3.13",
    "chai": "^3.4.1",
    "chai-as-promised": "^5.1.0",
    "eslint": "^1.7.3",
    "eslint-friendly-formatter": "^1.2.2",
    "eslint-plugin-react": "^3.6.3",
    "mocha": "^2.3.3",
    "pmock": "^0.2.2",
    "proxyquire": "^1.7.3",
    "sinon": "^1.17.2",
    "sinon-as-promised": "^4.0.0"
  },
  "dependencies": {
    "aws-sdk": "^2.2.16",
    "aws4": "^1.1.0",
    "bluebird": "^2.10.2",
    "body-parser": "^1.14.2",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "express": "^4.13.3",
    "glob": "^6.0.1",
    "mkdirp": "^0.5.1",
    "npm": "^3.3.12",
    "ramda": "^0.18.0",
    "recursive-copy": "^1.0.10",
    "recursive-readdir": "^1.3.0"
  }
}
