{ "name": "react-navigation-redux-sac", "version": "0.2.0", "description": "Wire `react-navigation` into redux state under specified key with help of `redux-sac`", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://lolg.it/herby/react-navigation-redux-sac.git" }, "keywords": [ "react", "navigation", "redux" ], "author": "Herby Vojčík ", "license": "MIT", "dependencies": { "react-navigation": "^1.2.1", "react-navigation-redux-helpers": "^1.0.1", "react-redux": "^5.0.7", "redux-sac": "^0.6.0" } }