homebridge-am2320
Version:
AM2320 sensor service plugin for Homebridge: https://github.com/nfarina/homebridge
29 lines (28 loc) • 665 B
JSON
{
"name": "homebridge-am2320",
"version": "0.0.2",
"description": "AM2320 sensor service plugin for Homebridge: https://github.com/nfarina/homebridge",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/frah/homebridge-am2320.git"
},
"keywords": [
"homebridge-plugin",
"am2320"
],
"author": "frah",
"license": "MIT",
"bugs": {
"url": "https://github.com/frah/homebridge-am2320/issues"
},
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.2.0"
},
"homepage": "https://github.com/frah/homebridge-am2320#readme",
"dependencies": {
"am2320": "0.0.2"
}
}