UNPKG

redux-localstorage-saver

Version:

Redux middleware for automatical save actions to localStorage with restore by action

32 lines (31 loc) 891 B
{ "name": "redux-localstorage-saver", "version": "1.0.2", "description": "Redux middleware for automatical save actions to localStorage with restore by action", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel src --presets=@babel/preset-env --out-dir dist", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/vivcogit/redux-localstorage-saver.git" }, "keywords": [ "redux", "localStorage", "actions" ], "author": "Vivcogit", "license": "MIT", "bugs": { "url": "https://github.com/vivcogit/redux-localstorage-saver/issues" }, "homepage": "https://github.com/vivcogit/redux-localstorage-saver#readme", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4" } }