forked from paviro/MMM-PIR-Sensor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 797 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
{
"name": "Magic-Mirror-Module-PIR-Sensor",
"version": "1.1.1",
"description": "PIR motion sensor module for the Magic Mirror.",
"repository": {
"type": "git",
"url": "git+https://github.com/eckonator/MMM-PIR-Sensor"
},
"keywords": [
"magic mirror",
"smart mirror",
"PIR-Sensor",
"module",
"motion"
],
"author": "Markus Eckert",
"contributors": "https://github.com/eckonator/MMM-PIR-Sensor/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/eckonator/MMM-PIR-Sensor/issues"
},
"homepage": "https://github.com/eckonator/MMM-PIR-Sensor#readme",
"scripts": {},
"scripts": {
"postinstall": "./postinstall"
},
"dependencies": {
"epoll": "^4.0.2",
"node-abi": "^3.24.0",
"onoff": "latest"
}
}