ol-layerlist
Version:
Layer switcher control for OpenLayers v3/v4/v5
19 lines (18 loc) • 476 B
JSON
{
"name": "ol3-layerswitcher-browserify",
"version": "1.1.2",
"description": "Example of using ol3-layerswitcher with Browserify",
"main": "index.js",
"scripts": {
"start": "watchify index.js --outfile bundle.js",
"build": "browserify index.js | uglifyjs --compress --output bundle.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browserify": "^13.3.0",
"ol": ">=5.0.0",
"uglify-js": "^2.7.5",
"watchify": "^3.8.0"
}
}