UNPKG

671 BJSONView Raw
1{
2 "name": "leaflet.markercluster",
3 "version": "1.4.1",
4 "homepage": "https://github.com/Leaflet/Leaflet.markercluster",
5 "authors": [
6 "Dave Leaver <danzel@localhost.geek.nz>"
7 ],
8 "description": "Marker Clustering plugin for Leaflet.",
9 "main": [
10 "dist/leaflet.markercluster-src.js",
11 "dist/MarkerCluster.css",
12 "dist/MarkerCluster.Default.css"
13 ],
14 "license": "MIT",
15 "ignore": [
16 "**/.*",
17 "node_modules",
18 "bower_components",
19 "example",
20 "spec",
21 "test",
22 "tests"
23 ],
24 "dependencies": {
25 "leaflet": ">= 1.3.1"
26 }
27}
\No newline at end of file