You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
555 B
JSON
28 lines
555 B
JSON
{
|
|
"name": "leaflet-sidebar-v2",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/nickpeihl/leaflet-sidebar-v2",
|
|
"authors": [
|
|
"Norwin Roosen <bugs@nroo.de>",
|
|
"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"
|
|
]
|
|
}
|