-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 999 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
{
"name": "homebridge-aircontrol-mini",
"version": "0.0.5",
"description": "A HomeBridge plugin for TFA-Dostmann AirControl Mini.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test present\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/toto/homebridge-aircontrol-mini.git"
},
"files": [
"main.js",
"README.md"
],
"keywords": [
"co2",
"temperature",
"co2monitor",
"co2-monitor",
"TFA-Dostmann",
"TFA-Dostmann AirControl Mini",
"homebridge-plugin"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": "mrtoto",
"license": "MIT",
"bugs": {
"url": "https://github.com/toto/homebridge-aircontrol-mini/issues"
},
"homepage": "https://github.com/toto/homebridge-aircontrol-mini#readme",
"dependencies": {
"co2-monitor": "^2.0.0"
}
}