ol
Version:
OpenLayers mapping library
34 lines • 683 B
JSON
{
"name": "ol",
"version": "6.3.0",
"description": "OpenLayers mapping library",
"keywords": [
"map",
"mapping",
"ol"
],
"homepage": "https://openlayers.org/",
"main": "index.js",
"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": {
"elm-pep": "^1.0.4",
"pbf": "3.2.1",
"pixelworks": "1.1.0",
"rbush": "^3.0.1"
},
"sideEffects": [
"proj.js",
"ol.css"
]
}