UNPKG

vlc-remote-alpha

Version:

VLC control through TCP/RC (telnet) remote interface

36 lines (35 loc) 849 B
{ "name": "vlc-remote-alpha", "version": "1.3.0", "description": "VLC control through TCP/RC (telnet) remote interface", "main": "index.js", "scripts": { "test": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha test/" }, "repository": { "type": "git", "url": "git@github.com:ivsgroup/node-vlc-remote.git" }, "keywords": [ "vlc", "vlc-rc", "vlc-remote", "api" ], "author": "Francois Leurent <131.js@cloudyks.org>", "license": "ISC", "bugs": { "url": "https://github.com/ivsgroup/node-vlc-remote/issues" }, "homepage": "https://github.com/ivsgroup/node-vlc-remote", "dependencies": { "async": "^1.5.2", "nyks": "^2.5.1", "uclass": "^2.0.7" }, "devDependencies": { "expect.js": "^0.3.1", "istanbul": "^0.4.2", "mocha": "^2.4.5" } }