12345678910111213141516171819202122232425 |
- {
- "name": "react-navigation-kit",
- "version": "0.4.4",
- "description": "Wire `react-navigation` into redux substate",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://lolg.it/herby/react-navigation-kit.git"
- },
- "keywords": [
- "react",
- "navigation",
- "redux"
- ],
- "author": "Herby Vojčík <herby@mailbox.sk>",
- "license": "MIT",
- "dependencies": {
- "react-navigation": "^2.0.1",
- "react-navigation-redux-helpers": "^1.0.6",
- "react-redux": "^5.0.7"
- }
- }
|