42 lines
814 B
JSON
42 lines
814 B
JSON
{
|
|
"name": "ol",
|
|
"version": "10.6.1",
|
|
"description": "OpenLayers mapping library",
|
|
"keywords": [
|
|
"map",
|
|
"mapping",
|
|
"openlayers"
|
|
],
|
|
"homepage": "https://openlayers.org/",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/openlayers/openlayers.git"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/openlayers/openlayers/issues"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/openlayers"
|
|
},
|
|
"dependencies": {
|
|
"@types/rbush": "4.0.0",
|
|
"earcut": "^3.0.0",
|
|
"geotiff": "^2.1.3",
|
|
"pbf": "4.0.1",
|
|
"rbush": "^4.0.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
],
|
|
"sideEffects": [
|
|
"proj.js",
|
|
"ol.css"
|
|
],
|
|
"main": "index.js"
|
|
}
|