{
  "name": "hubot-decides",
  "description": "A hubot script which randomly or not makes choice decisions.",
  "version": "0.0.8",
  "author": "Herman Starikov <hstarikov@hstarikov-lt-dev.uxp.local>",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "choose",
    "pick",
    "decide",
    "random",
    "educated"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/hermanya/hubot-decides.git"
  },
  "bugs": {
    "url": "https://github.com/hermanya/hubot-decides/issues"
  },
  "dependencies": {
    "cheerio": "^0.18.0",
    "coffee-script": "~1.6",
    "lodash": "~2.4.1",
    "request": "^2.51.0",
    "q": "^1.1.2"
  },
  "devDependencies": {
    "chai": "*",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-mocha-test": "~0.7.0",
    "grunt-release": "~0.6.0",
    "matchdep": "~0.1.2",
    "mock-hubot": "*",
    "mocha": "*"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "grunt test"
  }
}
