@allisonadam81/react-native-super-clusters
Version:
React Native Map Clustering both for Android and iOS
33 lines (32 loc) • 772 B
JSON
{
"name": "@allisonadam81/react-native-super-clusters",
"version": "0.0.1",
"description": "React Native Map Clustering both for Android and iOS",
"types": "index.d.ts",
"main": "index.js",
"scripts": {
"test": "jest"
},
"homepage": "https://github.com/allisonadam81/react-native-super-clusters.git",
"repository": "https://github.com/allisonadam81/react-native-super-clusters.git",
"keywords": [
"react-native",
"react",
"cluster",
"android",
"iOS",
"map",
"clustering"
],
"author": "Adam Allison",
"license": "MIT",
"dependencies": {
"@mapbox/geo-viewport": "^0.4.1",
"supercluster": "^8.0.1"
},
"peerDependencies": {
"react-native": "*",
"react-native-maps": "*"
},
"private": false
}