forked from Jopyth/MMM-Remote-Control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 814 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
{
"name": "Magic-Mirror-Module-Remote-Control",
"version": "2.0.0",
"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": "git+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",
"simple-git": "latest",
"uuid": "^3.3.2"
}
}