redux-persist
Version:
persist and rehydrate redux stores
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "redux-persist",
"version": "0.4.5",
"description": "persist and rehydrate redux stores",
"main": "lib/index.js",
"scripts": {
"test": "mocha --compilers js:babel/register --recursive",
"clean": "rimraf lib dist",
"build": "babel src --out-dir lib",
"build:watch": "watch 'npm run build' ./src",
"prepublish": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/rt2zz/redux-persist.git"
},
"homepage": "https://github.com/rt2zz/redux-persist",
"keywords": [
"redux",
"redux-middleware",
"react-native",
"flux",
"localstorage",
"redux-persist",
"redux-storage",
"redux-rehydrate"
],
"author": "rt2zz <zack@root-two.com>",
"license": "MIT",
"dependencies": {
"lodash.foreach": "^3.0.0"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"expect": "^1.9.0",
"mocha": "^2.2.5",
"redux": "^1.0.1",
"rimraf": "^2.4.2"
}
}