-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
31 lines (31 loc) · 855 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
{
"name": "homebridge-rasppi-gpio-garagedoor",
"version": "1.0.10",
"description": "Exposes a garage door accessory to HomeBridge that uses a RaspberryPi GPIO pins",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"garagedoor"
],
"author": "Ben La Monica <ben.lamonica@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/benlamonica/homebridge-rasppi-gpio-garagedoor.git"
},
"bugs": {
"url": "https://github.com/benlamonica/homebridge-rasppi-gpio-garagedoor/issues"
},
"homepage": "https://github.com/benlamonica/homebridge-rasppi-gpio-garagedoor",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"rpio": "^0.9.13"
}
}