12345678910111213141516171819202122232425262728293031 |
- {
- "name": "react-native-navigation",
- "publishConfig": {
- "registry": "https://registry.npmjs.org/"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/wix/react-native-navigation.git"
- },
- "version": "1.0.20",
- "description": "React Native Navigation - truly native navigation for iOS and Android",
- "nativePackage": true,
- "bugs": {
- "url": "https://github.com/wix/react-native-navigation/issues"
- },
- "homepage": "https://github.com/wix/react-native-navigation",
- "main": "index.js",
- "author": "Tal Kol <talkol@gmail.com>",
- "license": "MIT",
- "peerDependencies": {
- "react-native": ">=0.25.1",
- "react": ">=0.14.5"
- },
- "dependencies": {
- "react-native-controllers": "^2.0.0"
- },
- "optionalDependencies": {
- "react-redux": "*"
- }
- }
|