forked from FWeinb/homebridge-rcswitch
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 899 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-gpiomem",
"version": "1.1.5",
"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/n8henrie/homebridge-rcswitch-gpiomem.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/n8henrie/homebridge-rcswitch-gpiomem/issues"
},
"homepage": "http://n8henrie.com/2015/12/control-an-rf-outlet-with-siri-via-homebridge",
"dependencies": {
"rcswitch-gpiomem": "0.3.2"
}
}