{
  "name": "@bufferapp/publish-pusher-sync",
  "version": "1.2.3",
  "description": "Keep application data in sync with Pusher",
  "main": "index.js",
  "scripts": {
    "lint": "eslint . --ignore-pattern coverage node_modules",
    "test": "yarn run lint && sh ../../package_test.sh",
    "test-watch": "jest --watch"
  },
  "author": "hamstu@gmail.com",
  "devDependencies": {
    "eslint": "3.19.0",
    "jest": "19.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@bufferapp/publish-profile-sidebar": "1.2.3",
    "@bufferapp/publish-queue": "1.2.3",
    "@bufferapp/publish-utils": "1.2.0",
    "pusher-js": "4.1.0"
  }
}
