react-native-osmdroid
Version:
A React Native wrapper for OSMDroid.
27 lines (26 loc) • 683 B
JSON
{
"name": "react-native-osmdroid",
"version": "0.1.3",
"author": "Brian McNellis",
"description": "A React Native wrapper for OSMDroid.",
"keywords": [
"react",
"react native",
"android",
"osmdroid",
"openstreetmap"
],
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"main": "OSMDroidMapView.android.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/FirstMateApp/react-native-osmdroid.git"
},
"bugs": {
"url": "https://github.com/FirstMateApp/react-native-osmdroid/issues"
},
"homepage": "https://github.com/FirstMateApp/react-native-osmdroid"
}