-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 KB
/
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
41
42
{
"name": "homebridge-tesy-heater-v2",
"displayName": "Homebridge Tesy Heater",
"version": "4.0.45",
"description": "Tesy heater plugin for homebridge: https://github.com/homebridge/homebridge",
"license": "ISC",
"keywords": [
"homebridge-plugin"
],
"engines": {
"node": ">=10.17.0",
"homebridge": ">=1.0.0"
},
"author": "Dobriyan Benov",
"repository": {
"type": "git",
"url": "git+https://github.com/benov84/homebridge-tesy-heater.git"
},
"dependencies": {
"request": "^2.65.0",
"homebridge-http-base": "2.1.6"
},
"bugs": {
"url": "https://github.com/benov84/homebridge-tesy-heater/issues"
},
"homepage": "https://github.com/benov84/homebridge-tesy-heater#readme",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"funding": [
{
"type" : "paypal",
"url" : "https://paypal.me/benovi"
},
{
"type" : "revolut",
"url" : "https://revolut.me/benov"
}
]
}