homebridge-thermometer-am2320
Version:
AM2320 temperature/humidity sensor bridge for Homebridge: https://github.com/nfarina/homebridge"
49 lines (48 loc) • 1.21 kB
JSON
{
"name": "homebridge-thermometer-am2320",
"version": "0.0.10",
"description": "AM2320 temperature/humidity sensor bridge for Homebridge: https://github.com/nfarina/homebridge\"",
"main": "dist/accessory.js",
"scripts": {
"clean": "rimraf ./dist",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Norio KAWABATA",
"engines": {
"homebridge": ">=1.0.0"
},
"keywords": [
"homebridge-plugin",
"am2320",
"temperature",
"humidity",
"sensor"
],
"license": "Apache",
"files": [
"LICENSE",
"dist"
],
"repository": {
"type": "git",
"url": "git://github.com/KAWABATANorio/homebridge-am2320.git"
},
"bugs": {
"url": "https://github.com/KAWABATANorio/homebridge-am2320/issues"
},
"homepage": "https://github.com/KAWABATANorio/homebridge-am2320#readme",
"devDependencies": {
"@types/node": "10.17.19",
"typescript": "^3.8.3",
"rimraf": "^3.0.2",
"homebridge": "^1.0.4"
},
"dependencies": {
"i2c": "^0.2.3",
"@types/lodash": "^4.14.165",
"lodash": "^4.17.20"
}
}