-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 902 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
{
"name": "homebridge-ecoforest-heater",
"displayName": "Homebridge Ecoforest Heater",
"version": "1.0.3",
"description": "Ecoforest heater plugin for homebridge: https://github.com/homebridge/homebridge",
"license": "ISC",
"keywords": [
"homebridge-plugin"
],
"engines": {
"node": ">=10.17.0",
"homebridge": ">=1.0.0"
},
"author": "Cyber MrProper",
"repository": {
"type": "git",
"url": "git+https://github.com/CyberMrProper/homebridge-ecoforest-heater.git"
},
"dependencies": {
"request": "^2.65.0",
"homebridge-http-base": "2.1.6"
},
"bugs": {
"url": "https://github.com/CyberMrProper/homebridge-ecoforest-heater/issues"
},
"homepage": "https://github.com/CyberMrProper/homebridge-ecoforest-heater#readme",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}