node_vlc_remote_timecodes/package.json

41 lines
882 B
JSON

{
"name": "node_vlc_webinterface",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test.js",
"start": "node lib/index.js"
},
"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": {
"artnet": "^1.3.2",
"lowdb": "^0.16.2",
"short-id": "0.1.0-1",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3"
},
"devDependencies": {
"@types/node": "^7.0.31",
"@types/socket.io": "^1.4.29",
"@types/socket.io-client": "^1.4.29"
}
}