Платформа ЦРНП "Мирокод" для разработки проектов https://git.mirocod.ru
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
645 B

{
"name": "leaflet.markercluster",
"version": "1.4.1",
"homepage": "https://github.com/Leaflet/Leaflet.markercluster",
"authors": [
"Dave Leaver <danzel@localhost.geek.nz>"
],
"description": "Marker Clustering plugin for Leaflet.",
"main": [
"dist/leaflet.markercluster-src.js",
"dist/MarkerCluster.css",
"dist/MarkerCluster.Default.css"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"example",
"spec",
"test",
"tests"
],
"dependencies": {
"leaflet": ">= 1.3.1"
}
}