{
  "name": "hubot-trollbot",
  "description": "A hubot script that annoys your coworkers.",
  "version": "0.1.1",
  "author": "Aidan Feldman <aidan.feldman@gmail.com>",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/afeld/hubot-trollbot.git"
  },
  "bugs": {
    "url": "https://github.com/afeld/hubot-trollbot/issues"
  },
  "peerDependencies": {
    "hubot": "2.x"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "coffee-script": "^1.9.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-test": "^0.12.7",
    "grunt-release": "^0.12.0",
    "hubot": "^2.12.0",
    "hubot-test-helper": "0.0.3",
    "matchdep": "^0.3.0",
    "mocha": "^2.2.1",
    "sinon": "^1.14.1",
    "sinon-chai": "^2.7.0"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "grunt test"
  }
}
