{ "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 ", "license": "MIT", "bugs": { "url": "https://github.com/margau/node_vlc_rc/issues" }, "homepage": "https://github.com/margau/node_vlc_rc#readme", "dependencies": { "@types/node": "^7.0.31", "@types/socket.io": "^1.4.29", "@types/socket.io-client": "^1.4.29", "lowdb": "^0.16.2", "rtpmidi": "^0.1.8", "short-id": "0.1.0-1", "socket.io": "^2.0.3", "socket.io-client": "^2.0.3" } }