homebridge-accessory-bandwidth-quality
Version:
A bandwidth quality accessory plugin for Homebridge: https://github.com/nfarina/homebridge
47 lines (46 loc) • 1.22 kB
JSON
{
"name": "homebridge-accessory-bandwidth-quality",
"version": "0.9.14",
"description": "A bandwidth quality accessory plugin for Homebridge: https://github.com/nfarina/homebridge",
"author": {
"name": "Marshall Rose",
"email": "mrose17@homespun.io"
},
"main": "index.js",
"scripts": {
"lint": "jshint package.json *.js"
},
"license": "MIT",
"keywords": [
"homebridge-plugin",
"bandwidth",
"bandwidth-quality",
"broadband",
"download",
"speed"
],
"repository": {
"type": "git",
"url": "git://github.com/homespun/homebridge-accessory-bandwidth-quality.git"
},
"bugs": {
"url": "https://github.com/homespun/homebridge-accessory-bandwidth-quality/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.4.16"
},
"dependencies": {
"debug": "~2.6.9",
"fakegato-history": "^0.5.6",
"fast-speedtest-api": "^0.3.1",
"hap-nodejs-community-types": "git+https://github.com/homespun/hap-nodejs-community-types.git",
"lodash": "^4.17.21",
"moment": "^2.27.0",
"node-cache": "4.2.0",
"node-fetch": "2.6.1",
"node-forge": ">=0.10.0",
"pkginfo": ">=0.4.0",
"underscore": ">= 1.12.1"
}
}