mirror of
https://github.com/walkermatt/ol-layerswitcher.git
synced 2026-01-25 14:48:05 +00:00
12 lines
446 B
JSON
12 lines
446 B
JSON
{
|
|
"name": "ol-layerswitcher",
|
|
"version": "3.8.1",
|
|
"homepage": "https://github.com/walkermatt/ol-layerswitcher",
|
|
"authors": ["Matt Walker (http://longwayaround.org.uk)"],
|
|
"description": "Layer switcher control for OpenLayers",
|
|
"main": ["dist/ol-layerswitcher.js", "dist/ol-layerswitcher.css"],
|
|
"keywords": ["openlayers", "ol", "layerswitcher"],
|
|
"license": "MIT",
|
|
"ignore": ["**/.*", "node_modules", "bower_components", "test"]
|
|
}
|