zetta-thp-bme280-driver
Version:
Bosch BME280 sensor for temperature, humidity and pressure (THP) readings via I2C.
31 lines (30 loc) • 810 B
JSON
{
"name": "zetta-thp-bme280-driver",
"version": "0.0.3",
"description": "Bosch BME280 sensor for temperature, humidity and pressure (THP) readings via I2C.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"zetta",
"temperature",
"humidity",
"pressure",
"BME280"
],
"author": "Ilker Temir <ilker@ilkertemir.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/itemir/zetta-thp-bme280-driver.git"
},
"bugs": {
"url": "https://github.com/itemir/zetta-thp-bme280-driver/issues"
},
"homepage": "https://github.com/zetta-thp-bme280-driver",
"dependencies": {
"node-bme280": "git+https://github.com/CLCL/node-BME280.git",
"zetta-device": "^0.19.0"
}
}