{
  "name": "@shantry/redux-offline",
  "version": "2.1.1",
  "description": "Redux Offline-First Architecture",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src --out-dir lib --ignore '**/__tests__/**'",
    "flow:start": "flow server",
    "flow:stop": "flow stop",
    "flow": "flow; test $? -eq 0 -o $? -eq 2",
    "lint": "eslint src/",
    "prepublish": "npm run lint && npm run flow && npm run test && npm run build",
    "prettier": "eslint src --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "watch": "npm run build -- --watch"
  },
  "jest": {
    "rootDir": "src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lin-Patrick/redux-offline"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/redux-offline/redux-offline/issues"
  },
  "homepage": "https://github.com/Lin-Patrick/redux-offline#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-flow-strip-types": "^6.18.0",
    "babel-preset-latest": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "eslint": "^4.6.1",
    "eslint-config-airbnb-base": "^12.0.0",
    "eslint-config-prettier": "^2.4.0",
    "eslint-plugin-babel": "^4.1.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-prettier": "^2.2.0",
    "flow-bin": "^0.42.0",
    "jest": "^19.0.2",
    "prettier": "^1.6.1",
    "react": "^15.4.2",
    "redux": "^3.6.0",
    "redux-devtools-instrument": "^1.8.2",
    "redux-logger": "^2.8.2",
    "redux-persist-node-storage": "^1.0.2"
  },
  "dependencies": {
    "redux-persist": "^4.5.0"
  },
  "peerDependencies": {
    "redux": ">=3"
  }
}
