{
  "name": "aws-lager",
  "version": "0.0.7",
  "description": "AWS Lambda / API Gateway / Endpoint Router",
  "main": "index.js",
  "bin": {
    "lager": "./bin/lager"
  },
  "dependencies": {
    "archiver": "1.0.0",
    "aws-sdk": "2.3.17",
    "bluebird": "3.4.0",
    "commander": "2.9.0",
    "file": "0.2.2",
    "inquirer": "1.0.3",
    "lodash": "4.13.1",
    "mkdirp": "0.5.1",
    "ncp": "2.0.0"
  },
  "devDependencies": {
    "mocha": "2.5.3"
  },
  "scripts": {
    "test-ci": "XUNIT_FILE=\"reports/TESTS-xunit.xml\" NODE_ENV=\"test\" istanbul cover --include-all-sources=true _mocha -- --recursive -R xunit-file",
    "test": "NODE_ENV=\"test\" istanbul cover --include-all-sources=true _mocha -- --recursive -R nyan"
  },
  "keywords": [
    "AWS",
    "Amazon",
    "Lambda",
    "Api",
    "Gateway",
    "Swagger"
  ],
  "author": "Alexis Hénaut"
}
