Files
MMM-CombinedMap/package.json

21 lines
456 B
JSON

{
"name": "mmm-combinedmap",
"version": "1.0.0",
"description": "MagicMirror module combining rain radar (DWD) and traffic (TomTom) on a single Leaflet map",
"main": "MMM-CombinedMap.js",
"repository": {
"type": "git",
"url": "https://gitea.olex.me/clawd/MMM-CombinedMap.git"
},
"keywords": [
"MagicMirror",
"weather",
"radar",
"traffic",
"map"
],
"author": "clawd",
"license": "MIT",
"dependencies": {}
}