-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
38 lines (38 loc) · 944 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
{
"name": "homebridge-bme280",
"version": "1.2.1",
"description": "BME280 temperature/humidity/pressure sensor bridge for Homebridge: https://github.com/nfarina/homebridge\"",
"main": "sensor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/rxseger/homebridge-bme280.git"
},
"keywords": [
"homebridge-plugin",
"bme280",
"temperature",
"humidity",
"pressure",
"sensor"
],
"author": "rxserger",
"license": "MIT",
"bugs": {
"url": "https://github.com/rxseger/homebridge-bme280/issues"
},
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.2.0"
},
"homepage": "https://github.com/rxseger/homebridge-bme280#readme",
"dependencies": {
"bme280-sensor": "^0.0.8",
"debug": "^2.2.0",
"mcuiot-logger": "^0.0.7",
"moment": "^2.18.1",
"fakegato-history": "^0.3.5"
}
}