{
  "name": "@paulallen87/chaturbate-events",
  "version": "1.2.1",
  "description": "Event watcher for Chaturbate profiles.",
  "main": "index.js",
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "lint": "node_modules/.bin/eslint . --ext js --ignore-path .gitignore",
    "lint:fix": "node_modules/.bin/eslint --fix . --ext js --ignore-path .gitignore",
    "test": "node_modules/.bin/mocha --reporter spec",
    "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulallen87/chaturbate-events.git"
  },
  "keywords": [
    "chaturbate"
  ],
  "author": "“Paul Allen <“paul.allen.87.555@gmail.com”>",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/paulallen87/chaturbate-events/issues"
  },
  "homepage": "https://github.com/paulallen87/chaturbate-events#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.2",
    "eslint": "^5.7.0",
    "eslint-config-google": "^0.11.0",
    "eslint-plugin-jsdoc": "^3.9.1",
    "eslint-plugin-node": "^7.0.1",
    "istanbul": "next",
    "mocha": "^5.2.0"
  },
  "dependencies": {
    "debug": "^4.1.0"
  }
}
