2017-06-16 15:34:40 +00:00
|
|
|
{
|
|
|
|
"name": "node_vlc_webinterface",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node test.js",
|
2017-06-18 11:45:29 +00:00
|
|
|
"start": "node lib/index.js"
|
2017-06-16 15:34:40 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/margau/node_vlc_rc.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vlc",
|
|
|
|
"media",
|
|
|
|
"player",
|
|
|
|
"streaming",
|
|
|
|
"remote",
|
|
|
|
"video"
|
|
|
|
],
|
|
|
|
"author": "Fabian Stamm <mail@fabianstamm.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-18 11:45:29 +00:00
|
|
|
"@types/node": "^7.0.31",
|
|
|
|
"@types/socket.io": "^1.4.29",
|
|
|
|
"@types/socket.io-client": "^1.4.29",
|
2017-06-16 15:34:40 +00:00
|
|
|
"lowdb": "^0.16.2",
|
2017-06-18 11:45:29 +00:00
|
|
|
"rtpmidi": "^0.1.8",
|
2017-06-16 15:34:40 +00:00
|
|
|
"short-id": "0.1.0-1",
|
|
|
|
"socket.io": "^2.0.3",
|
|
|
|
"socket.io-client": "^2.0.3"
|
|
|
|
}
|
|
|
|
}
|