leaflet-vector-tile-layer
Version:
Leaflet layer for vector tiles
56 lines (55 loc) • 1.56 kB
JSON
{
"name": "leaflet-vector-tile-layer",
"version": "0.16.1",
"description": "Leaflet layer for vector tiles",
"keywords": [
"leaflet",
"vector tiles"
],
"homepage": "https://gitlab.com/jkuebart/Leaflet.VectorTileLayer#readme",
"bugs": {
"url": "https://gitlab.com/jkuebart/Leaflet.VectorTileLayer/issues"
},
"license": "BSD-3-Clause",
"author": "Joachim Kuebart <joachim.kuebart@gmail.com>",
"files": [
"AUTHORS",
"LICENCE",
"README.md",
"dist/VectorTileLayer.js",
"dist/VectorTileLayer.js.map",
"dist/VectorTileLayer.min.js",
"dist/VectorTileLayer.min.js.map",
"dist/VectorTileLayer.umd.js",
"dist/VectorTileLayer.umd.js.map",
"dist/VectorTileLayer.umd.min.js",
"dist/VectorTileLayer.umd.min.js.map",
"package.json"
],
"main": "dist/VectorTileLayer.umd.min.js",
"module": "dist/VectorTileLayer.js",
"repository": {
"type": "git",
"url": "https://gitlab.com/jkuebart/Leaflet.VectorTileLayer.git"
},
"scripts": {
"build": "rollup --config",
"clean": "rm -fr dist node_modules package-lock.json",
"lint": "jslint rollup.config.js package.json src/js/*",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"devDependencies": {
"@mapbox/vector-tile": "*",
"@rollup/plugin-commonjs": "*",
"@rollup/plugin-node-resolve": "*",
"@rollup/plugin-terser": "*",
"jslint-cli": "*",
"pbf": "*",
"rollup": "*"
},
"peerDependencies": {
"leaflet": "^1.0.0"
}
}