-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1013 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": "MMM-Screen-Powersave-Notification",
"version": "0.0.10",
"description": "A MagicMirror² module which controls the state of a screen and can call scripts after the screen got enabled or disabled. This module needs a other module like MMM-GPIO-Notifications which sends notifications on USER_PRESENCE.",
"main": "MMM-Screen-Powersave-Notification.js",
"dependencies": {
"child_process": "latest",
"moment": "latest"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:Tom-Hirschberger/MMM-Screen-Powersave-Notification.git"
},
"keywords": [
"MagicMirror",
"MM",
"screensave",
"PIR"
],
"author": "Thomas Hirschberger",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tom-Hirschberger/MMM-Screen-Powersave-Notification/issues"
},
"homepage": "https://github.com/Tom-Hirschberger/MMM-Screen-Powersave-Notification/#readme"
}