UNPKG

mpv-remote

Version:
33 lines (32 loc) 698 B
{ "name": "mpv-remote", "version": "1.0.7", "description": "MPV remote control", "main": "./remote.socketio.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": "./bin.js", "author": "Ferenc Nánási", "dependencies": { "cors": "^2.8.5", "express": "^4.17.1", "node-disk-info": "^1.3.0", "node-mpv": "^2.0.0-beta.2", "portfinder": "^1.0.28", "sqlite": "^4.0.23", "sqlite3": "^5.0.2", "yargs": "^17.2.1" }, "type": "commonjs", "keywords": [ "mpv", "Audio", "Video", "Stream", "multimedia", "Remote" ], "license": "MIT", "homepage": "https://github.com/husudosu/mpv-remote-node" }