forked from wibberryd/homebridge-rpi-rts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1023 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
38
39
40
{
"name": "homebridge-rpi-somfy-roller-shutter",
"description": "A Homebridge plugin to add HomeKit compatibility to Somfy RTS rolling shutters requiring only a Raspberry Pi and a simple 433 MHz transmitter.",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/acemtp/homebridge-rpi-rts.git"
},
"keywords": [
"homebridge-plugin",
"raspberry",
"pi",
"somfy",
"rts",
"shutter",
"homekit"
],
"author": "wibberryd and acemtp",
"license": "MIT",
"bugs": {
"url": "https://github.com/acemtp/homebridge-rpi-rts/issues"
},
"homepage": "https://github.com/acemtp/homebridge-rpi-rts",
"engines": {
"homebridge": ">=1.0.0",
"node": ">=10.17.0"
},
"dependencies": {
"pigpio": "^3.1.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2"
}
}