forked from novalabio/react-native-maps-super-cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "react-native-maps-super-cluster",
"version": "1.3.1",
"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.2.2",
"supercluster": "^3.0.1"
},
"peerDependencies": {
"react-native-maps": "^0.19.0",
"prop-types": "^15.6.0"
}
}