{
  "name": "@lager/lager",
  "version": "0.1.1",
  "description": "AWS Lambda / API Gateway / Endpoint Router",
  "files": [
    "src"
  ],
  "main": "./src/lib/lager.js",
  "dependencies": {
    "bluebird": "^3.5.0",
    "bunyan": "^1.8.10",
    "lodash": "^4.17.4",
    "pebo": "0.0.2"
  },
  "devDependencies": {
    "codecov": "^2.1.0",
    "comquirer": "0.0.15",
    "istanbul": "^0.4.5",
    "mocha": "^3.3.0"
  },
  "keywords": [
    "AWS",
    "Amazon",
    "Lambda",
    "Api",
    "Gateway",
    "Swagger"
  ],
  "author": "Alexis Hénaut",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lagerjs/lager.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lagerjs/lager/issues"
  },
  "homepage": "https://github.com/lagerjs/lager#readme",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "NODE_ENV=test istanbul cover --include-all-sources=true ./node_modules/mocha/bin/_mocha -- --recursive",
    "test-ci": "NODE_ENV=test istanbul cover --include-all-sources=true ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive && codecov -F unit"
  }
}
