package.json
{
"name": "redux-storage",
"version": "4.1.1",
"description": "Persistence layer for redux with flexible backends",
"main": "build/index.js",
"jsnext:main": "build-es/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",
"fsa",
"flux-standard-action",
"flux",
"immutable",
"persistent",
"data",
"localstorage"
],
"author": "Michael Contento <michaelcontento@gmail.com>",
"files": [
"build/",
"build-es/",
"src",
"!**/__tests__/**"
],
"eslintConfig": {
"extends": "michaelcontento"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-polyfill": "^6.9.1",
"babel-preset-modern-node": "^3.0.0",
"babel-preset-stage-2": "^6.11.0",
"eslint": "^1.10.3",
"eslint-config-michaelcontento": "^1.1.1",
"eslint-plugin-mocha-only": "0.0.3",
"mocca": "^1.0.3",
"release-it": "^2.4.1"
},
"dependencies": {
"lodash.isfunction": "^3.0.8",
"lodash.isobject": "^3.0.2",
"loose-envify": "^1.2.0",
"redux-actions": "^0.10.1",
"redux-storage-merger-simple": "^1.0.2"
},
"peerDependencies": {
"redux": "^3.0.0 || ^2.0.0 || ^1.0.0 || 1.0.0-alpha || 1.0.0-rc"
},
"browserify": {
"transform": [
"loose-envify"
]
}
}