{
  "name": "hubot-pull-review",
  "description": "Assigns and notifies reviewers for GitHub pull requests",
  "version": "0.9.13",
  "author": "Ivan Malopinsky",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/imsky/hubot-pull-review.git"
  },
  "bugs": {
    "url": "https://github.com/imsky/hubot-pull-review/issues"
  },
  "dependencies": {
    "github": "^9.0.0",
    "github-graphql-client": "^1.0.0",
    "native-promise-only": "^0.8.1",
    "normalize-url": "~1.9.0",
    "pull-review": "~1.5.0",
    "url-regex": "~3.2.0"
  },
  "devDependencies": {
    "chai": "^2.1.1",
    "chai-as-promised": "^6.0.0",
    "codecov": "^1.0.1",
    "coffee-script": "^1.12.4",
    "eslint": "~2.13",
    "hubot": "2.x",
    "hubot-test-helper": "^1.3.0",
    "istanbul": "^0.4.5",
    "matchdep": "~0.3.0",
    "mocha": "^2.1.0",
    "nock": "^9.0.7",
    "sinon": "^1.13.0",
    "sinon-chai": "^2.7.0"
  },
  "main": "index.js",
  "scripts": {
    "pretest": "eslint *.js src/*.js src/**/*.js",
    "test": "NODE_ENV=test istanbul cover _mocha -- -- test/*-test.js test/**/*-test.js"
  }
}
