1234567891011121314151617181920212223242526272829 |
- {
- "name": "redux-persefex",
- "version": "0.2.0",
- "description": "Redux store builder, in combination with redux-persist, redux-effex and redux-sac composeReducers.",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@lolg.it:herby/redux-persefex.git"
- },
- "keywords": [
- "redux",
- "persist",
- "effex",
- "combine"
- ],
- "author": "Herbert Vojčík <herby@mailbox.sk>",
- "license": "MIT",
- "dependencies": {
- "event-emitter": "^0.3.5",
- "redux": "^3.7.2",
- "redux-action-buffer": "^1.1.0",
- "redux-effex": "^1.1.2",
- "redux-persist": "^4.10.1",
- "redux-sac": "^0.6.0"
- }
- }
|