UNPKG

neeo_lg_oled_driver

Version:

LG OLED Display (2016 and 2017 models) IP control driver for NEEO

32 lines (31 loc) 700 B
{ "name": "neeo_lg_oled_driver", "version": "0.0.1", "description": "LG OLED Display (2016 and 2017 models) IP control driver for NEEO", "main": "index.js", "scripts": { "test": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/va-lemon/neeo_lg_oled_driver.git" }, "keywords": [ "neeo", "lg", "oled" ], "author": "VA Lemon", "license": "MIT", "bugs": { "url": "https://github.com/va-lemon/neeo_lg_oled_driver/issues" }, "homepage": "https://github.com/va-lemon/neeo_lg_oled_driver#readme", "engines": { "node": ">=0.12.0" }, "dependencies": { "telnet-client": "^0.15.4", "wol": "^1.0.3" } }