{
  "name": "heroku-client",
  "description": "A wrapper for the Heroku v3 API",
  "version": "2.2.1",
  "author": "Jonathan Clem",
  "bugs": {
    "url": "https://github.com/heroku/node-heroku-client/issues"
  },
  "contributors": [
    "Jonathan Clem",
    "Ray McDermott",
    "Bob Zoller",
    "Sehrope Sarkuni"
  ],
  "dependencies": {
    "inflection": "^1.7.0",
    "path-proxy": "^1.0",
    "q": "^1.2.0",
    "tunnel-agent": "^0.4.0"
  },
  "devDependencies": {
    "jasmine-node": "^1.14.5",
    "jshint": "^2.5.3",
    "simple-encryptor": "^1.0.3"
  },
  "jshintConfig": {
    "curly": true,
    "eqeqeq": true,
    "forin": true,
    "globals": {
      "afterEach": false,
      "before": false,
      "beforeEach": false,
      "describe": false,
      "expect": false,
      "it": false,
      "jasmine": false,
      "spyOn": false
    },
    "globalstrict": true,
    "node": true,
    "quotmark": "single",
    "undef": true,
    "unused": true
  },
  "keywords": [
    "heroku"
  ],
  "license": "MIT",
  "main": "./lib/heroku.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/heroku/node-heroku-client"
  },
  "scripts": {
    "test": "jasmine-node spec && jshint lib spec"
  }
}
