forked from paviro/MMM-PIR-Sensor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 808 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-PIR-Sensor",
"version": "1.1.0",
"description": "PIR motion sensor module for the Magic Mirror.",
"repository": {
"type": "git",
"url": "git+https://github.com/paviro/MMM-PIR-Sensor"
},
"keywords": [
"magic mirror",
"smart mirror",
"PIR-Sensor",
"module",
"motion"
],
"author": "Paul-Vincent Roll",
"contributors": "https://github.com/paviro/MMM-PIR-Sensor/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/paviro/MMM-PIR-Sensor/issues"
},
"homepage": "https://github.com/paviro/MMM-PIR-Sensor#readme",
"scripts": {
"postinstall": "node_modules/.bin/electron-rebuild -e ../../node_modules/electron"
},
"dependencies": {
"onoff": "latest",
"electron-rebuild": "^1.2.1"
}
}