mirror of
https://github.com/noerw/leaflet-sidebar-v2
synced 2025-07-22 23:34:25 +02:00
26 lines
519 B
JSON
26 lines
519 B
JSON
{
|
|
"name": "leaflet-sidebar-v2",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/nickpeihl/leaflet-sidebar-v2",
|
|
"authors": [
|
|
"Tobias Bieniek <tobias.bieniek@qsc.de>",
|
|
"Nick Peihl <nickpeihl@gmail.com>"
|
|
],
|
|
"description": "A responsive sidebar just for Leaflet",
|
|
"main": [
|
|
"css/leaflet-sidebar.css",
|
|
"js/leaflet-sidebar.js"
|
|
],
|
|
"keywords": [
|
|
"gis",
|
|
"leaflet",
|
|
"openlayers",
|
|
"map"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"doc",
|
|
"examples",
|
|
".gitignore"
|
|
]
|
|
}
|