{
"name": "redux-storage",
"version": "1.4.1-ccinternal",
"description": "Persistence layer for redux with flexible backends",
"main": "build/index.js",
"scripts": {
"test": "make lint test build"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelcontento/redux-storage.git"
},
"homepage": "https://github.com/michaelcontento/redux-storage",
"keywords": [
"redux",
"redux-middleware",
"react-native",
"promise",
"middleware",
"fsa",
"flux-standard-action",
"flux",
"immutable",
"persistent",
"data",
"localstorage"
],
"author": "Michael Contento <michaelcontento@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.3.15",
"babel-core": "^6.3.15",
"babel-polyfill": "^6.3.14",
"babel-preset-michaelcontento": "^1.0.0",
"eslint": "^1.10.3",
"eslint-config-michaelcontento": "^1.1.1",
"eslint-plugin-mocha-only": "0.0.3",
"mocca": "^0.3.0",
"release-it": "^2.3.1"
},
"dependencies": {
"immutable": "^3.7.5",
"lodash.isarray": "^3.0.4",
"lodash.isfunction": "^3.0.6",
"lodash.isobject": "^3.0.2",
"lodash.merge": "^3.3.2",
"lodash.set": "^3.7.4",
"redux-actions": "^0.9.0 || 0.9.0-alpha"
},
"peerDependencies": {
"redux": "^3.0.0 || ^2.0.0 || ^1.0.0 || 1.0.0-alpha || 1.0.0-rc"
}
}