{
  "name": "hubot-conversation",
  "version": "1.1.1",
  "description": "A utility for having conversation sessions with Hubot",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "pre-commit": [
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lmarkus/hubot-conversation.git"
  },
  "keywords": [
    "hubot",
    "slack",
    "conversation",
    "session"
  ],
  "author": "@lmarkus",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/lmarkus/hubot-conversation/issues"
  },
  "homepage": "https://github.com/lmarkus/hubot-conversation#readme",
  "devDependencies": {
    "chai": "^3.3.0",
    "coffee-script": "^1.10.0",
    "eslint": "^1.5.1",
    "grunt": "^0.4.5",
    "grunt-eslint": "^17.2.0",
    "grunt-mocha-istanbul": "^3.0.1",
    "hubot": "^2.16.0",
    "istanbul": "^0.3.21",
    "load-grunt-tasks": "^3.3.0",
    "mocha": "^2.3.3",
    "pre-commit": "^1.1.1"
  },
  "dependencies": {
    "debuglog": "^1.0.1"
  }
}
