UNPKG

homebridge-oppo-udp

Version:
62 lines 1.77 kB
{ "displayName": "Homebridge Oppo 203/205", "name": "homebridge-oppo-udp", "version": "6.0.1", "description": "Homebridge Plugin to control your Oppo 203/205.", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/carlosgamezvillegas/homebridge-plugin-oppo.git" }, "bugs": { "url": "https://github.com/carlosgamezvillegas/homebridge-plugin-oppo/issues" }, "engines": { "node": ">=10.17.0", "homebridge": ">=1.0.0 || ^2.0.0-alpha.0" }, "main": "index.js", "keywords": [ "homebridge-plugin", "homebridge-oppo", "homebridge", "oppo", "oppo-203", "oppo-205", "homekit", "blu-ray", "chinoppo", "M9702", "M9201", "M9203", "M9205" ], "dependencies": {}, "devDependencies": { "@types/node": "^14.14.6", "@typescript-eslint/eslint-plugin": "^4.6.1", "@typescript-eslint/parser": "^4.6.1", "eslint": "^7.13.0", "homebridge": "^1.2.3", "nodemon": "^2.0.6", "rimraf": "^3.0.2", "ts-node": "^9.0.0", "typescript": "^4.0.5" }, "scripts": { "benchmark": "node benchmarks/performance.benchmark.js", "test:all": "node tests/regression.test.js && node tests/behavioral.test.js && node tests/integration.test.js && node tests/stress.test.js", "test:behavioral": "node tests/behavioral.test.js", "test:integration": "node tests/integration.test.js", "test:regression": "node tests/regression.test.js && node tests/behavioral.test.js", "test:stress": "node tests/stress.test.js" }, "funding": [ { "type": "paypal", "url": "https://paypal.me/carlosgamezv" } ], "homepage": "https://github.com/carlosgamezvillegas/homebridge-plugin-oppo#readme", "author": "Carlos Gamez" }