1234567891011121314151617181920 |
- {
- "name": "react-navigation-redux-sac",
- "version": "0.1.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 <herby@mailbox.sk>",
- "license": "MIT"
- }
|