viera.js
Version:
Node.js library for controlling Panasonic Viera TV.
26 lines (25 loc) • 488 B
JSON
{
"name": "viera.js",
"version": "0.1.5",
"description": "Node.js library for controlling Panasonic Viera TV.",
"author": {
"name": "Samuel Matis",
"email": "samuel@matiss.sk",
"url": "http://www.matiss.sk"
},
"main": "./viera",
"repository": {
"type": "git",
"url": "git://github.com/samuelmatis/viera.js.git"
},
"keywords": [
"tv",
"panasonic",
"viera",
"control"
],
"license": "MIT",
"engines": {
"node": ">=0.4.0"
}
}