UNPKG

node-red-contrib-lgtv-with-fullscreen

Version:

Node-RED Nodes to control LG webOS Smart TVs, with browser fullscreen

59 lines (58 loc) 1.41 kB
{ "name": "node-red-contrib-lgtv-with-fullscreen", "version": "1.1.0", "description": "Node-RED Nodes to control LG webOS Smart TVs, with browser fullscreen", "main": "none", "scripts": { "test": "xo", "lintfix": "xo --fix" }, "keywords": [ "node-red", "LG", "WebOS", "Smart", "TV" ], "repository": "https://github.com/WilliamMolina/node-red-contrib-lgtv", "author": "William Molina", "contributors": [ "williammolina <wmolina98@gmail.com> https://github.com/WilliamMolina" ], "license": "MIT", "dependencies": { "lgtv2": "^1.4.1" }, "node-red": { "nodes": { "lgtv-config": "nodes/lgtv-config.js", "lgtv-control": "nodes/lgtv-control.js", "lgtv-button": "nodes/lgtv-button.js", "lgtv-mouse": "nodes/lgtv-mouse.js", "lgtv-toast": "nodes/lgtv-toast.js", "lgtv-browser": "nodes/lgtv-browser.js", "lgtv-youtube": "nodes/lgtv-youtube.js", "lgtv-app": "nodes/lgtv-app.js", "lgtv-volume": "nodes/lgtv-volume.js", "lgtv-mute": "nodes/lgtv-mute.js", "lgtv-channel": "nodes/lgtv-channel.js", "lgtv-request": "nodes/lgtv-request.js" } }, "devDependencies": { "eslint-plugin-html": "^6.0.0", "xo": "^0.24.0" }, "xo": { "space": 4, "plugin": "html", "extensions": [ "js", "html" ], "global": [ "$", "RED" ] } }