UNPKG

node-red-contrib-cec

Version:

Node-Red contributed nodes for interacting with cec-enabled devices on a HDMI switch, such as a TV or digital receiver

34 lines (33 loc) 839 B
{ "name": "node-red-contrib-cec", "version": "1.0.2", "description": "Node-Red contributed nodes for interacting with cec-enabled devices on a HDMI switch, such as a TV or digital receiver", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "node-red": { "nodes": { "cec-config": "cec/cec-config.js", "cec-state": "cec/cec-state.js", "cec-in": "cec/cec-in.js", "cec-out": "cec/cec-out.js" } }, "repository": { "type": "git", "url": "https://github.com/damoclark/node-red-contrib-cec.git" }, "keywords": [ "node-red", "cec", "hdmi" ], "author": "Damien Clark", "license": "GPL-3.0", "dependencies": { "@damoclark/cec-monitor": "^1.0.10-release.3", "command-exists": "^1.2.2", "pathval": "^1.1.0" } }