forked from wix/react-native-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 769 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "react-native-navigation",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/wix/react-native-navigation.git"
},
"version": "0.2.5",
"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.19.0"
},
"dependencies": {
"react-native-controllers": "^1.3.5"
},
"optionalDependencies": {
"react-redux": "*"
}
}