@webwriter/map
Version:
Geographical map with different terrain options including custom tiling, and GeoJSON support.
67 lines (66 loc) • 1.9 kB
JSON
{
"name": "@webwriter/map",
"version": "2.0.9",
"description": "Geographical map with different terrain options including custom tiling, and GeoJSON support.",
"keywords": [
"webwriter-widget",
"widget-contextual",
"widget-informational",
"widget-lang-en",
"widget-online",
"iscedf2013-01",
"iscedf2013-02",
"iscedf2013-03",
"iscedf2013-04",
"iscedf2013-05",
"iscedf2013-06",
"iscedf2013-07",
"iscedf2013-08",
"iscedf2013-09",
"iscedf2013-10",
"isced2011-0",
"isced2011-1",
"isced2011-2",
"isced2011-3",
"geology",
"map",
"earth"
],
"license": "MIT",
"author": "Jorik van Genuchten",
"contributors": [
"Jorik van Genuchten"
],
"scripts": {
"prepublishOnly": "npx @webwriter/build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@shoelace-style/shoelace": ">=2.4.0 <3.0.0-0",
"@webwriter/lit": "^2.0.0",
"fa-icons": ">=0.2.0 <0.3.0-0",
"jimp": "0.22.7",
"leaflet": "^1.9.4",
"lit": ">=3.0.0 <4.0.0-0"
},
"devDependencies": {
"typescript": ">=4.8.4 <5.0.0-0",
"vite": ">=3.1.6 <4.0.0-0"
},
"exports": {
"./widgets/webwriter-map.*": {
"source": "./index.ts",
"default": "./dist/widgets/webwriter-map.*"
},
"./snippets/Example-Location.html": "./snippets/Example-Location.html",
"./package.json": "./package.json",
"./icon": "./icon.svg"
},
"editingConfig": {
".": {
"description": {
"de": "Geografische Karte mit verschiedenen Geländeoptionen, einschließlich benutzerdefiniertem Tiling, und GeoJSON-Unterstützung."
}
}
}
}