forked from paviro/MMM-FRITZ-Box-Callmonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·29 lines (29 loc) · 832 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
25
26
27
28
29
{
"name": "Magic-Mirror-Module-Callmonitor",
"version": "2.0.0",
"description": "A callmonitor module for the Magic Mirror.",
"repository": {
"type": "git",
"url": "git+https://github.com/paviro/MMM-FRITZ-Box-Callmonitor"
},
"keywords": [
"magic mirror",
"smart mirror",
"callmonitor",
"module"
],
"author": "Paul-Vincent Roll",
"contributors": "https://github.com/paviro/MMM-FRITZ-Box-Callmonitor/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/paviro/MMM-FRITZ-Box-Callmonitor/issues"
},
"homepage": "https://github.com/paviro/MMM-FRITZ-Box-Callmonitor#readme",
"dependencies": {
"node-fritzbox-callmonitor": "latest",
"vcard-json": "latest",
"phone-formatter": "latest",
"python-shell": "latest",
"xml2js": "latest"
}
}