forked from Jopyth/MMM-Remote-Control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 864 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
30
{
"name": "Magic-Mirror-Module-Remote-Control",
"version": "2.3.8",
"description": "This module for the Magic Mirror allows you to shutdown and configure your mirror through a web browser.",
"repository": {
"type": "git",
"url": "git+https://github.com/jopyth/MMM-Remote-Control"
},
"keywords": [
"magic mirror",
"smart mirror",
"module",
"remote control",
"control"
],
"author": "Joseph Bethge",
"contributors": ["https://github.com/jopyth/MMM-Remote-Control/graphs/contributors"],
"license": "MIT",
"bugs": {
"url": "git+https://github.com/jopyth/MMM-Remote-Control/issues"
},
"homepage": "git+https://github.com/jopyth/MMM-Remote-Control#readme",
"dependencies": {
"body-parser": "latest",
"lodash": "latest",
"node-fetch": "^2.7.0",
"simple-git": "latest",
"uuid": "^3.3.2"
}
}