{
  "name": "opsbot",
  "description": "hermione the npm operations chat bot",
  "version": "3.0.4",
  "author": "C J Silverio <ceejceej@gmail.com>",
  "bin": {
    "opsbot": "bin/opsbot.js"
  },
  "bugs": {
    "url": "https://github.com/ceejbot/opsbot/issues"
  },
  "contributors": [
    "C J Silverio <ceejceej@gmail.com>",
    "Forrest L Norvell <ogd@aoaioxxysz.net>",
    "Benjamin Coe <ben@npmjs.com>"
  ],
  "dependencies": {
    "@slack/client": "~3.9.0",
    "bistre": "~1.0.1",
    "bluebird": "~3.5.0",
    "bole": "~3.0.1",
    "dotenv": "~4.0.0",
    "flip": "~1.0.0",
    "level": "~1.6.0",
    "level-sublevel": "~6.6.1",
    "levenmorpher": "~1.2.2",
    "lodash": "~4.17.4",
    "moment": "~2.18.1",
    "numeral": "~2.0.4",
    "request": "~2.81.0",
    "try-require": "~1.2.1",
    "working-bart": "0.0.1",
    "yargs": "~7.0.2"
  },
  "devDependencies": {
    "coveralls": "~2.12.0",
    "eslint-config-ceejbot": "~1.0.4",
    "mocha": "~3.2.0",
    "must": "~0.13.4",
    "nyc": "~10.1.2",
    "rimraf": "~2.6.1",
    "sinon": "~2.1.0",
    "xo": "~0.18.0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/ceejbot/opsbot",
  "keywords": [
    "bot",
    "chat",
    "chatbot",
    "hermione",
    "npm",
    "operations",
    "slack"
  ],
  "license": "ISC",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/ceejbot/opsbot.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "dev": "NODE_ENV=dev bin/opsbot.js config.example.js",
    "lint": "xo",
    "start": "node bin/opsbot.js config.js",
    "test": "nyc mocha -R spec -t 5000 test/*.js"
  },
  "xo": {
    "extends": "eslint-config-ceejbot"
  }
}
