UNPKG

@senzil/cec-monitor

Version:

HDMI-CEC library with a simple monitor written on ES6 to make cec enabled apps.

86 lines (85 loc) 1.9 kB
{ "name": "@senzil/cec-monitor", "version": "2.1.0", "description": "HDMI-CEC library with a simple monitor written on ES6 to make cec enabled apps.", "author": { "name": "SENZIL SRL", "email": "contact@senzil.com", "web": "https://www.senzil.com" }, "collaborators": [ { "name": "Pablo González", "email": "pablodgonzalez@gmail.com", "web": "https://github.com/pablodgonzalez" } ], "main": "index.js", "bin": "./bin/cli.js", "keywords": [ "cec", "hdmi", "hdmi-cec", "libcec", "cec-client", "monitor", "cec-monitor", "Pulse-Eight", "USB-CEC", "Rasberry Pi", "Anynet+", "Aquos Link", "BRAVIA Link", "BRAVIA Sync", "Control for HDMI", "CE-Link", "Regza Link", "E-link", "EasyLink", "Fun-Link", "INlink", "Kuro Link", "NetCommand for HDMI", "Realink for HDMI", "RIHD", "RuncoLink", "SimpLink", "T-Link", "VIERA Link", "HDAVI Control", "EZ-Sync", "wrapper", "node", "nodejs" ], "pre-commit": [ "release" ], "scripts": { "cli": "node $NODE_DEBUG_OPTION bin/cli.js", "lint": "eslint src", "build": "npm run lint && babel src -d lib", "test": "babel src -d lib && node test/test.js", "prepublishOnly": "npm run build", "release": "npm version --no-git-tag-version prerelease && git add ." }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/preset-env": "^7.3.4", "babel-eslint": "^10.0.1", "eslint": "^5.15.3", "pre-commit": "^1.2.2" }, "repository": { "type": "git", "url": "git@github.com:senzil/cec-monitor.git" }, "license": "MIT", "dependencies": { "deasync": "^0.1.14", "death": "^1.1.0", "event-stream": "^4.0.1" } }