{
  "name": "pubnub-cli",
  "version": "0.2.0",
  "description": "Interact with PubNub through an interactive CLI",
  "main": "index.js",
  "scripts": {
    "test": "exit 0",
    "patch-release": "npm version patch && npm publish && git push --follow-tags"
  },
  "author": "Ian Jennings",
  "license": "MIT",
  "bin": {
    "pubnub-cli": "bin/cli.js"
  },
  "devDependencies": {
    "eslint-config-airbnb": "^9.0.1",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.8.1",
    "eslint-plugin-mocha": "^4.1.0",
    "gulp": "^3.9.1",
    "gulp-eslint": "^2.0.0",
    "jsonfile": "^2.3.1",
    "pubnub": "^3.15.1",
    "stream-consume": "^0.1.0",
    "chai": "^4.1.2"
  },
  "dependencies": {
    "async": "^2.0.0-rc.5",
    "cli": "^0.11.2",
    "colors": "^1.1.2",
    "debounce": "^1.1.0",
    "fs-extra": "^0.30.0",
    "inquirer": "^1.0.3",
    "jsonfile": "^2.3.1",
    "mocha": "^5.1.1",
    "node-watch": "^0.5.8",
    "pubnub": "^3.14.5",
    "pubnub-functions-mock": "0.0.16",
    "request": "2.72.0",
    "request-to-curl": "^0.1.1",
    "shelljs": "^0.7.0",
    "slug": "^0.9.1"
  }
}
