26 lines
492 B
JSON
26 lines
492 B
JSON
{
|
|
"name": "leaflet-sidebar",
|
|
"version": "0.2.0",
|
|
"homepage": "https://github.com/turbo87/leaflet-sidebar",
|
|
"authors": [
|
|
"Tobias Bieniek <tobias.bieniek@gmx.de>"
|
|
],
|
|
"description": "A responsive sidebar plugin for Leaflet",
|
|
"main": [
|
|
"src/L.Control.Sidebar.js",
|
|
"src/L.Control.Sidebar.css"
|
|
],
|
|
"keywords": [
|
|
"gis",
|
|
"leaflet",
|
|
"map"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"leaflet": "~0.7"
|
|
},
|
|
"ignore": [
|
|
"node_modules"
|
|
]
|
|
}
|