forked from homeeondemand/react-native-mapbox-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1000 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
{
"name": "@homee/react-native-mapbox-navigation",
"title": "React Native Mapbox Navigation",
"version": "1.0.5",
"description": "Smart Mapbox turn-by-turn routing based on real-time traffic for React Native.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/homeeondemand/react-native-mapbox-navigation.git",
"baseUrl": "https://github.com/homeeondemand/react-native-mapbox-navigation.git"
},
"keywords": [
"react-native",
"mapbox",
"navigation"
],
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/homeeondemand/react-native-mapbox-navigation/issues"
},
"homepage": "https://github.com/homeeondemand/react-native-mapbox-navigation#readme",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {}
}