ol-layerswitcher/package.json
2019-07-03 09:47:12 +01:00

48 lines
1.3 KiB
JSON

{
"name": "ol-layerswitcher",
"version": "3.3.0",
"description": "Layer switcher control for OpenLayers",
"main": "dist/ol-layerswitcher.js",
"repository": {
"type": "git",
"url": "https://github.com/walkermatt/ol-layerswitcher.git"
},
"author": "Matt Walker (http://longwayaround.org.uk)",
"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>"
],
"keywords": [
"openlayers",
"layerswitcher",
"ol"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/walkermatt/ol-layerswitcher/issues"
},
"scripts": {
"build": "rollup --config rollup.config.js",
"watch": "chokidar 'src/**' --initial --command 'WATCH=1 npm run build'",
"doc": "documentation readme src/ol-layerswitcher.js --section=API"
},
"peerDependencies": {
"ol": ">=5.0.0"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"chokidar-cli": "^1.2.2",
"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"
}
}