UNPKG

redux-storage-decorator-immutablejs

Version:
50 lines (49 loc) 1.31 kB
{ "name": "redux-storage-decorator-immutablejs", "version": "1.0.4", "description": "Decorator for redux-storage to convert your state tree to ImmutableJS", "main": "build/index.js", "scripts": { "test": "make lint test build" }, "repository": { "type": "git", "url": "https://github.com/react-stack/redux-storage-decorator-immutablejs.git" }, "bugs": "https://github.com/react-stack/redux-storage-decorator-immutablejs/issues", "homepage": "https://github.com/react-stack/redux-storage-decorator-immutablejs", "keywords": [ "redux", "redux-storage", "redux-storage-decorator", "immutable" ], "author": [ "Michael Contento <mail@michaelcontento.de>", "Guns <gunjan.soni2002@gmail.com>" ], "files": [ "build/", "src", "!**/__tests__/**" ], "eslintConfig": { "extends": "michaelcontento" }, "license": "MIT", "devDependencies": { "babel-cli": "^6.4.0", "babel-core": "^6.4.0", "babel-polyfill": "^6.3.14", "babel-preset-modern-node": "^2.1.0", "babel-preset-stage-2": "^6.5.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.3.1" }, "dependencies": { "immutable": "^3.7.6" } }