-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 758 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 758 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
{
"name": "react-native-launch-navigator",
"version": "1.0.9",
"description": "A React Native module for launching today's most popular navigation/ride apps to navigate to a destination.",
"main": "index.js",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/dpa99c/react-native-launch-navigator.git"
},
"homepage": "https://github.com/dpa99c/react-native-launch-navigator",
"issue": "https://github.com/dpa99c/react-native-launch-navigator/issues",
"author": "Dave Alden",
"license": "MIT",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"navigation",
"navigator",
"launch"
],
"peerDependencies": {
"react-native": ">=0.60.0"
}
}