-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 721 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 721 Bytes
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-airthings-waveplus",
"version": "0.1.0",
"description": "Airthings Wave Plus bridge for Homebridge",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/iler/homebridge-airthings-waveplus.git"
},
"keywords": [
"homebridge-plugin",
"airthings",
"wave-plus",
"radon",
"temperature",
"co2",
"humidity",
"homekit",
"apple",
"node.js",
"bluetooth"
],
"author": "Ilari Mäkelä",
"license": "ISC",
"bugs": {
"url": "https://github.com/iler/homebridge-airthings-waveplus/issues"
},
"homepage": "https://github.com/iler/homebridge-airthings-waveplus#readme"
}