forked from tschoffelen/react-native-map-link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 910 Bytes
/
package.json
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
30
31
32
33
34
{
"name": "react-native-map-link",
"version": "2.1.0",
"description": "Open the map app of the user's choice with a specific location",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/includable/react-native-map-link.git"
},
"keywords": [
"react-native",
"react-component",
"maps",
"link",
"linking",
"react",
"ios",
"android"
],
"author": "Thomas Schoffelen <[email protected]> (https://includable.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/includable/react-native-map-link/issues"
},
"homepage": "https://github.com/includable/react-native-map-link#readme",
"peerDependencies": {
"react": ">=16.0.0",
"react-native": ">=0.40.0"
},
"dependencies": {
"prop-types": "^15.6.1",
"react-native-modal": "^6.4.0"
}
}