forked from flyandi/react-native-maps-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.28 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@alirehman7141/react-native-maps-navigation",
"version": "0.0.18",
"description": "A helper and component library for react-native-maps that enables navigation support",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/alirehman7141/react-native-maps-navigation.git"
},
"keywords": [
"react",
"native",
"react-native",
"react-native-maps",
"maps",
"navigation",
"gps",
"ios",
"android",
"react-component"
],
"author": "Ali Rehman <[email protected]>",
"license": {
"type": "MIT",
"url": "https://github.com/alirehman7141/react-native-maps-navigation/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/alirehman7141/react-native-maps-navigation/issues"
},
"scripts": {
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"homepage": "https://github.com/alirehman7141/react-native-maps-navigation#readme",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-maps": ">=0.21.0"
},
"dependencies": {
"@react-native-community/geolocation": "^3.0.4",
"geolib": "^3.0.2",
"prop-types": "^15.6.2",
"react-native-optiongroup": "^0.0.7"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
}
}