cec-monitor-jbc
Version:
HDMI-CEC library with a simple monitor written on ES6 to make cec enabled apps.
92 lines (91 loc) • 2.08 kB
JSON
{
"name": "cec-monitor-jbc",
"version": "2.1.1",
"description": "HDMI-CEC library with a simple monitor written on ES6 to make cec enabled apps.",
"author": "SENZIL SRL <contact@senzil.com> (https://www.senzil.com)",
"collaborators": [
{
"name": "Pablo González",
"email": "pablodgonzalez@gmail.com",
"web": "https://github.com/pablodgonzalez"
}
],
"main": "index.js",
"bin": {
"cec-monitor": "./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+ssh://git@github.com/senzil/cec-monitor.git"
},
"license": "MIT",
"dependencies": {
"death": "^1.1.0",
"event-stream": "^4.0.1",
"p-wait-for": "^3.1.0"
},
"bugs": {
"url": "https://github.com/senzil/cec-monitor/issues"
},
"homepage": "https://github.com/senzil/cec-monitor#readme",
"directories": {
"lib": "lib",
"test": "test"
}
}