forked from bubinale/homebridge-pi-thermostat
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 764 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
{
"name": "homebridge-heater-thermostat",
"version": "1.0.2",
"description": "Hombridge plugin for thermostat with heater only",
"main": "index.js",
"engines": {
"node": ">=6.12.2",
"homebridge": ">=0.4.33"
},
"repository": {
"type": "git",
"url": "https://github.com/el/homebridge-pi-thermostat.git"
},
"keywords": [
"homebridge-plugin",
"thermostat",
"raspberry-pi",
"homebridge"
],
"scripts": {
"lint": "eslint ."
},
"author": "Eliz Kilic <hey@eliz.dev> (https://eliz.dev)",
"license": "ISC",
"dependencies": {
"node-dht-sensor": "0.4.3",
"rpio": "^2.1.0"
},
"devDependencies": {
"eslint": "7.9.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-standard": "4.0.1"
}
}