ol-legend
Version:
Legend control for OpenLayers v3/v4/v5
40 lines (39 loc) • 1.03 kB
JSON
{
"name": "ol-legend",
"version": "1.0.1",
"description": "Legend control for OpenLayers v3/v4/v5",
"main": "dist/ol-layerlist.js",
"repository": {
"type": "git",
"url": "https://github.com/munna/ol-legend.git"
},
"author": "Munna Bhakta (http://munnabhakta.com)",
"contributors": [
"Munna Bhakta <munna.bhakta1001@gmail.com>"
],
"keywords": [
"openlayers",
"Legend",
"ol"
],
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.js",
"doc": "documentation readme src/ol-legend.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"
}
}