{
  "name": "smartslack",
  "version": "1.2.2",
  "description": "SmartSlack is a node.js module for Slack's Real Time Messaging API ",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/philliphenslee/smartslack.git"
  },
  "keywords": [
    "api",
    "bot",
    "client",
    "javascript",
    "node",
    "rtm",
    "slack",
    "slackbots",
    "slackclient"
  ],
  "author": "Phillip Henslee <ph2@ph2.us>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/philliphenslee/smartslack/issues"
  },
  "homepage": "https://github.com/philliphenslee/smartslack#readme",
  "dependencies": {
    "bistre": "^1.0.1",
    "bole": "^2.0.0",
    "lodash": "^4.17.15",
    "ws": "^7.1.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.5",
    "istanbul": "^0.4.5",
    "mocha": "^6.2.0",
    "nock": "^10.0.6",
    "sinon": "^7.3.2"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "npm run test-unit",
    "test-unit": "mocha -R spec $(find ./test -name \"*.spec.js\" -not -path \"./node_modules/*\")",
    "test-single": "mocha $1",
    "test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec $(find ./test -name \"*.spec.js\" -not -path \"./node_modules/*\")",
    "travis": "npm test"
  }
}
