{
  "name": "hubot-incident",
  "description": "Incident coordination for Hubot",
  "version": "0.5.1",
  "author": "Hearst Automation Team <atat@hearst.com>",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "incident"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/HearstAT/hubot-incident.git"
  },
  "bugs": {
    "url": "https://github.com/HearstAT/hubot-incident/issues"
  },
  "dependencies": {
    "github": "~0.2.4",
    "coffee-script": "~1.6",
    "moment": "~2.10.6",
    "scoped-http-client": "^0.11.0"
  },
  "devDependencies": {
    "mocha": "latest",
    "chai": "latest",
    "sinon-chai": "latest",
    "sinon": "latest",
    "hubot-test-helper": "latest",
    "co": "latest"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "script/test"
  },
  "directories": {
    "test": "test"
  }
}
