homebridge-dht-rgpio
Version:
DHTxx temperature/humidity sensor plugin using remote GPIO
40 lines (39 loc) • 888 B
JSON
{
"name": "homebridge-dht-rgpio",
"version": "0.9.4",
"description": "DHTxx temperature/humidity sensor plugin using remote GPIO",
"main": "sensor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://gitlab.com/townsen/homebridge-dht-rgpio.git"
},
"keywords": [
"homebridge-plugin",
"aosong",
"dht22",
"temperature",
"humidity",
"sensor"
],
"author": "townsen",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/townsen/homebridge-dht-rgpio/issues"
},
"engines": {
"node": ">=10.17.0",
"homebridge": ">=1.1.7"
},
"homepage": "https://gitlab.com/townsen/homebridge-dht-rgpio#readme",
"dependencies": {
"debug": ">=4.1.1",
"fakegato-history": ">=0.5.6",
"moment": ">=2.24.0"
},
"directories": {
"lib": "lib"
}
}