forked from iler/homebridge-airthings-waveplus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 828 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
41
{
"private": false,
"displayName": "Airthings WavePlus",
"name": "homebridge-wave-plus",
"version": "0.1.4",
"description": "A Homebridge plugin for Airthings WavePlus.",
"author": "ecoen66",
"license": "ISC",
"main": "index.js",
"keywords": [
"homebridge-plugin",
"airthings",
"wave-plus",
"radon",
"temperature",
"co2",
"humidity",
"homekit",
"apple",
"node.js",
"bluetooth"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ecoen66/homebridge-wave-plus.git"
},
"bugs": {
"url": "https://github.com/ecoen66/homebridge-wave-plus/issues"
},
"scripts": {
"test": ""
},
"dependencies": {
"node-airthings-waveplus": ">=0.2.0"
},
"devDependencies": {},
"engines": {
"homebridge": ">=0.2.0",
"node": ">=0.12.0"
}
}