node_vlc_remote/package.json
Fabian Stamm ccddd1abcb Adding basic control and position tracking of played file.
the VLC_RC.playing property is not very accurate right now and possibly switches to false, even if the video isn't finished.
2017-06-15 00:43:26 +02:00

32 lines
710 B
JSON
Executable File

{
"name": "vlc_rc",
"version": "0.0.1",
"description": "NodeJS Binding for the VLC Media Player remote control",
"main": "index.js",
"scripts": {
"test": "node test.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/margau/node_vlc_rc.git"
},
"keywords": [
"vlc",
"media",
"player",
"streaming",
"remote",
"video"
],
"author": "Marvin Gaube <dev@marvingaube.de> (https://marvingaube.de)",
"license": "MIT",
"bugs": {
"url": "https://github.com/margau/node_vlc_rc/issues"
},
"homepage": "https://github.com/margau/node_vlc_rc#readme",
"dependencies": {
"another-telnet-client": "^0.1.3"
}
}