react-native-geojson
Version:
add a geojson overlay to react-native-maps
30 lines (29 loc) • 660 B
JSON
{
"name": "react-native-geojson",
"version": "0.1.1",
"description": "add a geojson overlay to react-native-maps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Frank Rowe <fsrowe@gmail.com> (http://frankrowe.org/)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/frankrowe/react-native-geojson"
},
"keywords": [
"react",
"react-native",
"map",
"geojson"
],
"peerDependencies": {
"react": ">=15.4.0",
"react-native": ">=0.40",
"react-native-maps": ">=0.15.2"
},
"dependencies": {
"uuid": "3.0.1"
}
}