UNPKG

homebridge-plugin-wrapper

Version:

Wrapper for Homebridge and NodeJS-HAP with reduced dependencies that allows to intercept plugin values and also send to them

58 lines (57 loc) 1.51 kB
{ "name": "homebridge-plugin-wrapper", "version": "3.2.0", "description": "Wrapper for Homebridge and NodeJS-HAP with reduced dependencies that allows to intercept plugin values and also send to them", "author": { "name": "Ingo Fischer", "email": "<ingo@fischer-ka.de>" }, "contributors": [], "homepage": "", "license": "MIT", "keywords": [ "Homekit", "Plugin", "Wrapper" ], "repository": { "type": "git", "url": "https://github.com/Apollon77/homebridge-plugin-wrapper" }, "engines": { "node": ">=10.17.0" }, "dependencies": { "mock-require": "^3.0.3", "node-persist": "^0.0.11", "decimal.js": "^10.3.1", "buffer-shims": "^1.0.0", "debug": "^4.3.4", "chalk": "^4.1.2", "ip": "^1.1.8", "semver": "^7.3.7", "futoin-hkdf": "~1.4.3", "fs-extra": "^10.1.0", "source-map-support": "^0.5.21", "tslib": "^2.4.0" }, "devDependencies": { "@alcalzone/release-script": "^3.5.9", "mocha": "^10.0.0", "chai": "^4.3.6", "istanbul": "^0.4.5", "sinon": "^14.0.0", "nock": "^13.2.9", "homebridge-sun-position": "^0.2.2", "homebridge-http-webhooks": "^0.1.16", "homebridge-plugin-name": "git+https://git@github.com/Apollon77/homebridge-plugin-template" }, "bugs": { "url": "https://github.com/Apollon77/homebridge-plugin-wrapper/issues" }, "main": "index.js", "scripts": { "test": "node node_modules/mocha/bin/mocha --exit", "release": "release-script" } }