forked from Jopyth/MMM-Buttons
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 866 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
31
32
33
{
"name": "mmm-buttons",
"version": "1.0.0",
"description": "A module for connecting multiple buttons.",
"repository": {
"type": "git",
"url": "git+https://github.com/jopyth/MMM-Buttons"
},
"keywords": [
"MagicMirror",
"smart mirror",
"buttons",
"module"
],
"author": "Joseph Bethge",
"contributors": ["https://github.com/jopyth/MMM-Buttons/graphs/contributors"],
"license": "MIT",
"bugs": {
"url": "git+https://github.com/jopyth/MMM-Buttons/issues"
},
"homepage": "git+https://github.com/jopyth/MMM-Buttons#readme",
"scripts": {
"postinstall": "node_modules/.bin/electron-rebuild -e ../../node_modules/electron"
},
"dependencies": {
"@electron/rebuild": "^3.7.0",
"nan": "^2.22.0",
"onoff": "^6.0.3"
},
"resolutions": {
"nan": "github:jkleinsc/nan#remove_accessor_signature"
}
}