123456789101112131415161718192021222324252627 |
- {
- "name": "redux-store-builder",
- "version": "0.4.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": "https://lolg.it/herby/redux-store-builder.git"
- },
- "keywords": [
- "redux",
- "store",
- "builder",
- "effex",
- "combine"
- ],
- "author": "Herbert Vojčík <herby@mailbox.sk>",
- "license": "MIT",
- "dependencies": {
- "redux": "^3.7.2",
- "redux-effex": "^1.1.2",
- "redux-sac": "^0.6.0"
- }
- }
|