{
  "name": "heroin-js",
  "version": "1.22.1",
  "description": "Heroku Infrastructure As A Code",
  "main": "lib/heroin.js",
  "repository": "git@github.com:Schibsted-Tech-Polska/HeroIn.git",
  "scripts": {
    "test": "mocha --recursive",
    "test:integration": "mocha test_integration",
    "test:integration:debug": "node --inspect --inspect-brk node_modules/mocha/bin/_mocha test_integration",
    "test:coverage": "istanbul cover node_modules/mocha/bin/_mocha --dir ./coverage --report lcov -- -R spec --recursive --timeout 7000 ./test",
    "lint": "jshint --exclude=node_modules **/*.js"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "keywords": [
    "heroku",
    "infrastructure",
    "provisioning"
  ],
  "author": "Mateusz Kwasniewski <mateusz.kwasniewski@schibsted.pl>",
  "license": "MIT",
  "devDependencies": {
    "chai": "4.1.0",
    "dotenv": "4.0.0",
    "istanbul": "0.4.4",
    "jshint": "2.10.2",
    "mocha": "^6.2.0"
  },
  "dependencies": {
    "heroku-client": "2.4.3",
    "lodash": "4.17.15"
  }
}
