UNPKG

redux-localstorage-fix-localstorage-fork

Version:

Unopinionated store enhancer that persists state changes (locally).

45 lines (44 loc) 1.07 kB
{ "name": "redux-localstorage-fix-localstorage-fork", "version": "1.0.0-rc6", "description": "Unopinionated store enhancer that persists state changes (locally).", "main": "lib", "scripts": { "prepublish": "make test clean build", "test": "make test" }, "files": [ "lib/", "package.json", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/elgerlambert/redux-localstorage.git" }, "keywords": [ "Redux", "Persist", "Immutable", "local storage", "localStorage", "sessionStorage", "AsyncStorage", "PouchDB" ], "author": "Elger Lambert <elgerlambert@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/elgerlambert/redux-localstorage/issues" }, "homepage": "https://github.com/elgerlambert/redux-localstorage#readme", "devDependencies": { "babel": "^5.8.23", "babel-core": "^5.8.23", "babel-eslint": "^4.1.0", "chai": "^3.2.0", "eslint": "^1.3.1", "eslint-config-airbnb": "0.0.8", "mocha": "^2.2.5" } }