{
  "name": "hubot-test-helper-pull-request-1",
  "version": "0.0.2",
  "description": "Helper for testing hubot script",
  "main": "./src/index",
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register test"
  },
  "keywords": [
    "hubot"
  ],
  "dependencies": {
    "hubot": ">= 2.6.0 < 3.0.0"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "coffee-script": "^1.7.1",
    "mocha": "^1.20.0"
  },
  "author": "Fumiaki MATSUSHIMA",
  "license": "MIT"
}
