UNPKG

node-red-contrib-apple-tv-x

Version:

Nodes for controlling Apple TVs in Node-RED (wrapper pyatv)

42 lines (41 loc) 914 B
{ "author": "D", "license": "GPL", "name": "node-red-contrib-apple-tv-x", "description": "Nodes for controlling Apple TVs in Node-RED (wrapper pyatv)", "version": "1.0.3", "node-red": { "version": ">=2.2.0", "nodes": { "atvx-config": "nodes/config.js", "atvx-in": "nodes/in.js", "atvx-out": "nodes/out.js" } }, "dependencies": { "@sebbo2002/node-pyatv": "~4.3.0", "semver": "7.3.8" }, "bugs": { "url": "https://github.com/twocolors/node-red-contrib-apple-tv-x/issues" }, "homepage": "https://github.com/twocolors/node-red-contrib-apple-tv-x", "repository": { "type": "git", "url": "git+https://github.com/twocolors/node-red-contrib-apple-tv-x.git" }, "keywords": [ "node-red", "apple", "tv", "mrp", "appletv", "apple tv", "media remote", "pyatv", "atv" ], "engines": { "node": ">=14" } }