UNPKG

redux-persist-2

Version:

persist and rehydrate redux stores

61 lines (60 loc) 1.39 kB
{ "name": "redux-persist-2", "version": "3.2.1", "description": "persist and rehydrate redux stores", "main": "lib/index.js", "scripts": { "test": "standard && ava", "test:watch": "npm test -- --watch", "clean": "rimraf lib dist", "build": "babel src --out-dir lib", "build:watch": "npm run build ./src -- -watch", "prepublish": "npm run clean && npm run build" }, "ava": { "require": [ "babel-register" ], "babel": "inherit" }, "repository": { "type": "git", "url": "https://github.com/rufman/redux-persist.git" }, "homepage": "https://github.com/rufman/redux-persist", "keywords": [ "redux", "redux-middleware", "localstorage", "redux-persist", "redux-storage", "redux-rehydrate" ], "author": "rt2zz <zack@root-two.com>", "license": "MIT", "dependencies": { "json-stringify-safe": "^5.0.1", "lodash": "^4.11.1" }, "devDependencies": { "ava": "^0.14.0", "babel-cli": "^6.6.5", "babel-eslint": "^6.0.0", "babel-plugin-lodash": "^2.3.0", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-2": "^6.5.0", "babel-register": "^6.7.2", "immutable": "^3.7.6", "redux": "~3.3.1", "rimraf": "~2.5.2", "standard": "^6.0.8" }, "files": [ "lib", "src", "constants.js" ], "standard": { "parser": "babel-eslint" } }