-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
33 lines (33 loc) · 851 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
{
"name": "homebridge-relays",
"version": "2.0.0",
"description": "Raspberry Pi relay plugin for homebridge",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"relay",
"homebridge",
"homebridge-relays"
],
"engines": {
"node": ">=8.15.0",
"homebridge": ">=0.4.45"
},
"author": "Smartech",
"repository": {
"type": "git",
"url": "git://github.com/smartechru/homebridge-relays.git"
},
"dependencies": {
"rpio": "^2.4.2"
},
"bugs": {
"url": "https://github.com/smartechru/homebridge-relays/issues"
},
"homepage": "https://github.com/smartechru/homebridge-relays#readme",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}