-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
30 lines (30 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
25
26
27
28
29
30
{
"name": "Magic-Mirror-Module-Button",
"version": "1.0.1",
"description": "When clicking the button a broadcast message is send to every module. Thereby any module can react to the button click if needed.",
"repository": {
"type": "git",
"url": "git+https://github.com/ptrbld/MMM-Button"
},
"keywords": [
"magic mirror",
"Button",
"module"
],
"author": "PtrBld",
"contributors": "https://github.com/prtbld/MMM-Button/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/ptrbld/MMM-Button/issues"
},
"homepage": "https://github.com/ptrbld/MMM-Button#readme",
"scripts": {
"postinstall": "node_modules/.bin/electron-rebuild -e ../../node_modules/electron"
},
"dependencies": {
"onoff": "latest"
},
"devDependencies": {
"electron-rebuild": "^1.2.1"
}
}