mpv-controller
Version:
Controller for mpv media player.
33 lines (32 loc) • 713 B
JSON
{
"name": "mpv-controller",
"version": "1.3.3",
"description": "Controller for mpv media player.",
"main": "mpv.js",
"dependencies": {
"fifo-js": "2.1.0"
},
"devDependencies": {},
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raksooo/mpv-controller.git"
},
"keywords": [
"mpv",
"controller",
"video",
"player",
"mplayer",
"mplayer2"
],
"author": "Oskar Nyberg",
"license": "MIT",
"bugs": {
"url": "https://github.com/raksooo/mpv-controller/issues"
},
"homepage": "https://github.com/raksooo/mpv-controller#readme"
}