mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
35 lines
666 B
JSON
35 lines
666 B
JSON
{
|
|
"name": "ol-pmtiles",
|
|
"version": "0.0.3",
|
|
"description": "PMTiles sources for OpenLayers",
|
|
"type": "module",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src/index.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/protomaps/PMTiles.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/protomaps/PMTiles/issues"
|
|
},
|
|
"keywords": [
|
|
"openlayers",
|
|
"pmtiles"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"scripts": {
|
|
"prettier": "prettier --write *.js",
|
|
"prettier-check": "prettier --check *.js"
|
|
},
|
|
"dependencies": {
|
|
"pmtiles": "^2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
},
|
|
"peerDependencies": {
|
|
"ol": ">=7.3.0"
|
|
}
|
|
}
|