{
  "name": "hubot-table-flip",
  "description": "Have a hubot flip a table!",
  "version": "0.2.0",
  "author": {
    "name": "Jarrett Drouillard",
    "email": "jarrett@thestyl.us"
  },
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "tableflips",
    "table",
    "flips"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/kuatsure/hubot-table-flip.git"
  },
  "bugs": {
    "url": "https://github.com/kuatsure/hubot-table-flip/issues"
  },
  "dependencies": {
    "coffee-script": "~1.6",
    "lodash": "^3.9.3"
  },
  "peerDependencies": {
    "hubot": "2.x"
  },
  "devDependencies": {
    "hubot": "2.x",
    "mocha": "*",
    "chai": "*",
    "sinon-chai": "*",
    "sinon": "*",
    "grunt-mocha-test": "~0.7.0",
    "matchdep": "~0.1.2",
    "grunt-contrib-watch": "~0.5.3",
    "grunt": "~0.4.2",
    "grunt-cli": "^0.1.13"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "grunt test"
  },
  "homepage": "https://github.com/kuatsure/hubot-table-flip"
}
