-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
executable file
·37 lines (37 loc) · 1017 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
34
35
36
37
{
"name": "mmm-keybindings",
"version": "1.3.3",
"description": "Module to provide keyboard or Bluetooth Remote Control key bindings to control various aspects of the MagicMirror² through socket notifications.",
"main": "MMM-KeyBindings.js",
"repository": {
"type": "git",
"url": "git+https://github.com/shbatm/MMM-KeyBindings.git"
},
"keywords": [
"MagicMirror",
"Fire Stick",
"remote control",
"Keyboard"
],
"scripts": {
"preinstall": "./preinstall.sh",
"postinstall": "./postinstall.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "shbatm",
"license": "MIT",
"bugs": {
"url": "https://github.com/shbatm/MMM-KeyBindings/issues"
},
"homepage": "https://github.com/shbatm/MMM-KeyBindings#readme",
"dependencies": {
"evdev": "^0.3.0",
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"node-gyp": "^10.0.1",
"udev": "^1.0.1"
},
"devDependencies": {
"@electron/rebuild": "^3.4.0"
}
}