UNPKG

ol-layerlist

Version:

Layer switcher control for OpenLayers v3/v4/v5

47 lines (46 loc) 1.3 kB
{ "name": "ol-layerlist", "version": "1.1.10", "description": "Layer switcher control for OpenLayers v3/v4/v5", "main": "dist/ol-layerlist.js", "repository": { "type": "git", "url": "https://github.com/munna/ol3-layerswitcher.git" }, "author": "Munna Bhakta (https://munnabhakta.com)", "contributors": [ "Thomas Gratier <thomas_gratier@yahoo.fr>", "Poul Kjeldager Sørensen <pks@s-innovations.net>", "Micho García <micho.garcia@geomati.co>", "olivierdalang <olivier.dalang@gmail.com>", "Munna Bhakta <munna.bhakta1001@gmail.com>" ], "keywords": [ "openlayers", "layerswitcher", "ol" ], "license": "MIT", "bugs": { "url": "https://github.com/walkermatt/ol3-layerswitcher/issues" }, "scripts": { "build": "rollup --config rollup.config.js", "doc": "documentation readme src/ol-layerlist.js --section=API" }, "peerDependencies": { "ol": ">=5.0.0" }, "devDependencies": { "babel-plugin-external-helpers": "^6.22.0", "babel-preset-env": "^1.6.1", "documentation": "^5.3.5", "expect.js": "~0.3.1", "jquery": ">=3.0.0", "mocha": "~1.20.1", "rollup": "^0.41.4", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^7.0.0", "rollup-plugin-node-resolve": "^2.0.0" } }