-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 783 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": "homebridge-gpio-switch",
"version": "0.0.2",
"description": "A Homebridge plugin for a switch via GPIO of a Raspberry Pi.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/andrimanna/homebridge-Gpio-Switch/"
},
"bugs": {
"url": "https://github.com/andrimanna/homebridge-Gpio-Switch/issues"
},
"dependencies": {
"rpi-gpio": "^0.9.1"
},
"engines": {
"node": ">=6.9.2",
"homebridge": ">=0.2.0"
},
"keywords": [
"switch",
"sensor",
"raspberry",
"pi",
"siri",
"homebridge",
"homebridge-plugin",
"ios",
"homekit",
"gpio"
],
"author": "Andrea Mannarella",
"license": "ISC"
}