forked from fredericvl/homebridge-rcswitch-gpiomem2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 907 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
{
"name": "homebridge-rcswitch-gpiomem2",
"version": "1.2.2",
"description": "Siri / HomeKit control of RF switches by way of homebridge. Fork of https://github.com/FWeinb/homebridge-rcswitch",
"repository": {
"type": "git",
"url": "https://github.com/fredericvl/homebridge-rcswitch-gpiomem2.git"
},
"license": "MIT",
"keywords": [
"rcswitch",
"raspberry",
"raspberrypi",
"rpi",
"433",
"gpio",
"gpiomem",
"wiringPi",
"siri",
"homebridge",
"homebridge-plugin"
],
"author": "Nathan Henrie <http://n8henrie.com>",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"bugs": {
"url": "https://github.com/fredericvl/homebridge-rcswitch-gpiomem2/issues"
},
"homepage": "http://n8henrie.com/2015/12/control-an-rf-outlet-with-siri-via-homebridge",
"dependencies": {
"rcswitch-gpiomem2": "0.1.3"
}
}