{
  "name": "@store-sync/redux-middleware",
  "version": "0.0.5",
  "description": "Redux middleware that syncs state",
  "author": "João Jerónimo <joaopintojeronimo@gmail.com>",
  "homepage": "https://github.com/joaojeronimo/store-sync",
  "license": "MIT",
  "main": "lib/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joaojeronimo/store-sync.git"
  },
  "scripts": {
    "test": "../../node_modules/.bin/jest",
    "tsc": "../../node_modules/.bin/tsc"
  },
  "typings": "lib/",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a47760924129bb659c22e371e985d326c53ff22f",
  "devDependencies": {
    "redux": "^4.0.4"
  },
  "dependencies": {
    "@store-sync/differ": "^0.0.5",
    "@store-sync/transport": "^0.0.5"
  }
}
