{
  "name": "hubot-phabs",
  "description": "A hubot plugin for communication with a Phabricator instance.",
  "version": "1.2.8",
  "author": {
    "name": "mose",
    "email": "mose@gandi.net",
    "url": "https://github.com/mose"
  },
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "phabricator"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/Gandi/hubot-phabs.git"
  },
  "bugs": {
    "url": "https://github.com/Gandi/hubot-phabs/issues"
  },
  "dependencies": {
    "moment": ">= 2.14.1"
  },
  "peerDependencies": {
    "hubot": "2.x",
    "coffee-script": "~1.6"
  },
  "devDependencies": {
    "chai": "^2.1.1",
    "coffee-coverage": "^1.0.1",
    "coffee-script": "~1.6",
    "coffeelint": "^1.15.7",
    "coveralls": "^2.11.11",
    "es6-promise": "^3.2.1",
    "hubot": "2.x",
    "hubot-auth": "^1.3.0",
    "hubot-test-helper": "1.4.4",
    "istanbul": "^0.4.4",
    "mocha": "^2.4.5",
    "nock": "^8.0.0",
    "sinon": "^1.4.2",
    "sinon-chai": "^2.8.0",
    "supertest": "^1.2.0"
  },
  "scripts": {
    "test": "make test",
    "posttest": "coffeelint lib/* scripts/* test/* index.coffee"
  },
  "main": "index.js"
}
