-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 745 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 745 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
33
{
"name": "airthings-waveplus",
"version": "0.2.0",
"description": "Read data from Airthings Wave Plus air quality monitor",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/iler/node-airthings-waveplus.git"
},
"keywords": [
"airthings",
"wave-plus",
"radon",
"temperature",
"co2",
"humidity",
"bluetooth",
"node.js"
],
"author": "Ilari Mäkelä",
"license": "ISC",
"bugs": {
"url": "https://github.com/iler/node-airthings-waveplus/issues"
},
"homepage": "https://github.com/iler/node-airthings-waveplus#readme",
"dependencies": {
"@abandonware/noble": "^1.9.2-8",
"python-struct": "^1.1.2"
}
}