react-native-raster-maps/package.json
Alexander NeonXP Kiryukhin 4bbfa9ff84 Added onLoadTile prop
2019-06-09 21:17:10 +03:00

27 lines
578 B
JSON

{
"name": "react-native-raster-maps",
"version": "1.0.2",
"description": "Based on https://pigeon-maps.js.org/.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/neonxp/react-native-raster-maps"
},
"keywords": [
"react",
"react-native",
"maps",
"osm"
],
"author": "Alexander NeonXP Kiryukhin",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.6",
"react-native": "^0.59.9",
"react-native-svg": "^9.5.0"
}
}