{
  "name": "lambda-leak",
  "version": "2.0.0",
  "description": "AWS Lambda Resource Leak Detector",
  "main": "lib/index.js",
  "keywords": [
    "AWS",
    "Lambda",
    "leak",
    "detector",
    "unit test",
    "unit testing",
    "integration test",
    "integration testing",
    "serverless"
  ],
  "engines": {
    "node": ">=6.10.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vandium-io/lambda-leak.git"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha --recursive",
    "coverage": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- -R spec --recursive"
  },
  "author": "Vandium Software Inc.",
  "license": "BSD-3-Clause",
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.3.0",
    "sinon": "^2.1.0"
  },
  "dependencies": {}
}
