-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 970 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-bme680",
"version": "1.1.1",
"description": "BME680 temperature/humidity/pressure/air quality sensor bridge for Homebridge: https://homebridge.io/",
"main": "sensor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Odisseuss/homebridge-bme680.git"
},
"keywords": [
"homebridge-plugin",
"bme680",
"temperature",
"humidity",
"pressure",
"air quality",
"sensor"
],
"author": "Rares Lungescu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Odisseuss/homebridge-bme680/issues"
},
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.2.0"
},
"homepage": "https://github.com/Odisseuss/homebridge-bme680#readme",
"dependencies": {
"bme680-sensor": "^1.1.0",
"debug": ">2.2.0",
"fakegato-history": ">0.4.0",
"mcuiot-logger": ">0.0.7",
"moment": ">2.18.1"
}
}