{
  "name": "slashbot",
  "version": "0.1.2",
  "description": "A hubot-like robot for slack rooms",
  "main": "lib/server.js",
  "bin": "./bin/server",
  "keywords": "hubot, slashbot, slack, bot",
  "scripts": {
    "start": "DEBUG=slashbot:* ./bin/server",
    "test": "./run_tests.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jesseditson/slashbot.git"
  },
  "author": "Jesse Ditson <jesse.ditson@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jesseditson/slashbot/issues"
  },
  "homepage": "https://github.com/jesseditson/slashbot",
  "dependencies": {
    "body-parser": "^1.12.2",
    "debug": "^2.1.3",
    "express": "^4.12.3",
    "minimist": "^1.1.1",
    "morgan": "^1.5.2",
    "npm": "^2.7.4",
    "slack-client": "^1.4.0",
    "superagent": "^1.1.0"
  },
  "devDependencies": {
    "mocha": "^2.2.1",
    "nock": "^1.3.0",
    "supertest": "^0.15.0"
  }
}
