{ "name": "redux-store-builder", "version": "0.4.5", "description": "Redux store builder, in combination with 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 ", "license": "MIT", "dependencies": { "redux": "^3.7.2 || ^4.0.0", "redux-effex": "^1.1.2", "redux-sac": ">=0.6.0 <0.9.0" } }