{
  "name": "pusher-redux-observable",
  "version": "0.1.2",
  "description": "redux-observable epic for Pusher",
  "main": "dist/index.js",
  "scripts": {
    "prepublish": "npm run tsc:compile",
    "tsc:compile": "tsc",
    "tsc:watch": "tsc --watch --pretty",
    "tsfmt:replace": "tsfmt -r",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robtucker/pusher-redux-observable.git"
  },
  "keywords": [
    "redux",
    "redux-observable",
    "pusher",
    "pusher-js"
  ],
  "author": "Rob Tucker <rob@coderlab.co.uk>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/robtucker/pusher-redux-observable/issues"
  },
  "homepage": "https://github.com/robtucker/pusher-redux-observable#readme",
  "devDependencies": {
    "@types/jest": "^19.2.3",
    "@types/node": "^7.0.22",
    "@types/pusher-js": "^3.0.29",
    "pusher-js": "^4.1.0",
    "redux": "^3.6.0",
    "redux-observable": "^0.14.1",
    "rxjs": "^5.4.0",
    "typescript": "^2.3.3",
    "typescript-formatter": "^5.2.0"
  }
}
