{ "name": "redux-sac", "version": "0.8.0", "description": "Slice and compose redux-type reducers.", "main": "index.js", "scripts": { "build": "babel src --presets es2015,stage-2 --out-dir lib", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://lolg.it/herby/redux-sac.git" }, "keywords": [ "redux", "slice", "compose" ], "author": "Herby Vojčík ", "dependencies": { "atpath": ">=0.1.1" }, "license": "MIT" }