{
  "name": "slackbot-dispatch",
  "version": "1.1.0",
  "description": "Slackbots add-on to help with adding functionality to a slackbot",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "install": "./scripts/install.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/blaw2422/slackbot-dispatch.git"
  },
  "author": "Brandon Law",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blaw2422/slackbot-dispatch/issues"
  },
  "homepage": "https://github.com/blaw2422/slackbot-dispatch",
  "bundledDependencies": [
    "log4js",
    "slackbots"
  ],
  "dependencies": {
    "log4js": "^0.6.38",
    "slackbots": "^0.5.2"
  }
}
