{
  "name": "widenbot",
  "version": "4.1.0",
  "description": "Slack bot for Widen",
  "keywords": [
    "slack",
    "Widen",
    "bot"
  ],
  "homepage": "https://github.com/Widen/widenbot",
  "repository": {
    "type": "git",
    "url": "https://github.com/Widen/widenbot.git"
  },
  "bugs": {
    "url": "https://github.com/Widen/widenbot/issues"
  },
  "author": {
    "name": "Mark Feltner",
    "email": "mfeltner@widen.com",
    "url": "http://widen.com"
  },
  "license": "MIT",
  "main": "index.js",
  "bin": {
    "widenbot": "bin/cli.js"
  },
  "scripts": {
    "start": "node ./bin/cli.js -c config.js",
    "startDev": "node ./bin/cli.js -c config.js -e dev",
    "changelog": "node ./scripts/changelog.js",
    "watch": "NODE_ENV=dev nodemon -w index.js -w lib -w plugins -w webooks bin/cli.js -c config -p 8000",
    "lint": "jshint index.js lib/*.js plugins/*.js webhooks/*.js test/*.js bin/*.js",
    "unit-test": "tape ./test/*-test.js",
    "coverage": "covert ./test/*-test.js",
    "dist": "git archive --format=zip HEAD > widenbot-`npm view widenbot version`.zip",
    "test": "npm run lint && npm run unit-test"
  },
  "dependencies": {
    "bunyan": "^1.0.1",
    "bunyan-logentries": "^0.1.0",
    "bunyan-prettystream": "^0.1.3",
    "concat-stream": "^1.4.6",
    "dashdash": "^1.10.0",
    "level": "^0.18.0",
    "lodash": "^2.4.1",
    "minimist": "^1.1.0",
    "parent-require": "^1.0.0",
    "promise": "^6.0.0",
    "restify": "^2.8.2",
    "restify-namespace": "^0.1.0",
    "sublevel": "^2.4.0"
  },
  "devDependencies": {
    "conventional-changelog": "0.0.11",
    "covert": "^1.0.0",
    "jshint": "^2.5.5",
    "localtunnel": "^1.4.0",
    "request": "^2.42.0",
    "rimraf": "^2.2.8",
    "tape": "^2.14.0"
  }
}
