node_vlc_remote/package.json

33 lines
737 B
JSON
Raw Normal View History

2017-05-31 20:55:00 +00:00
{
"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"
2017-05-31 20:55:00 +00:00
},
"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": {
2017-06-20 09:15:03 +00:00
"another-telnet-client": "^0.1.3",
"socket.io": "^2.0.3"
}
2017-05-31 20:55:00 +00:00
}