react-native-maps-super-cluster
Version:
A Clustering-enabled map for React Native
43 lines (42 loc) • 1.16 kB
JSON
{
"name": "react-native-maps-super-cluster",
"version": "1.6.0",
"description": "A Clustering-enabled map for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/novalabio/react-native-maps-super-cluster.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"map",
"mapview",
"google-maps",
"mapkit",
"supercluster",
"cluster",
"clustering"
],
"author": "Alberto Dallaporta <alberto.dallaporta@novalab.io> (https://www.linkedin.com/in/ad-novalab/)",
"contributors": [
"Leonardo Lusoli <leonardo.lusoli@novalab.io> (https://www.linkedin.com/in/leonardolusoli/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/novalabio/react-native-maps-super-cluster/issues"
},
"homepage": "https://github.com/novalabio/react-native-maps-super-cluster#readme",
"dependencies": {
"@mapbox/geo-viewport": "^0.4.0",
"supercluster": "^6.0.2"
},
"peerDependencies": {
"prop-types": "15.7.2",
"react-native-maps": "^0.25.0"
}
}