-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 850 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "MMM-MyHomeWizard",
"version": "1.0.0",
"description": "MagicMirror 2 module to get real-time HomeWizard P1 / WaterMeter information.",
"repository": {
"type": "git",
"url": "git+https://github.com/htilburgs/MMM-MyHomeWizard"
},
"keywords": [
"magic mirror",
"home wizard",
"P1 meter",
"Water meter",
"module"
],
"author": "Harm Tilburgs",
"license": "MIT",
"bugs": {
"url": "https://github.com/htilburgs/MMM-MyHomeWizard/issues"
},
"homepage": "https://github.com/htilburgs/MMM-MyHomeWizard#readme",
"dependencies": {
}
}