@townsen/homebridge-am2320
Version:
AM2320 temperature/humiditysensor bridge for Homebridge: https://github.com/nfarina/homebridge"
40 lines (39 loc) • 924 B
JSON
{
"name": "@townsen/homebridge-am2320",
"version": "0.7.0",
"description": "AM2320 temperature/humiditysensor 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://gitlab.com/townsen/homebridge-am2320.git"
},
"keywords": [
"homebridge-plugin",
"aosong",
"am2320",
"temperature",
"humidity",
"sensor"
],
"author": "townsen",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/townsen/homebridge-am2320/issues"
},
"engines": {
"node": ">=10.17.0",
"homebridge": ">=1.1.7"
},
"homepage": "https://gitlab.com/townsen/homebridge-am2320#readme",
"dependencies": {
"debug": ">=4.1.1",
"moment": ">=2.24.0",
"fakegato-history": ">=0.5.6"
},
"directories": {
"lib": "lib"
}
}