media-player-controller
Version:
Spawn media player app and control playback
35 lines (34 loc) • 754 B
JSON
{
"name": "media-player-controller",
"version": "1.5.3",
"description": "Spawn media player app and control playback",
"main": "index.js",
"files": [
"players/",
"*.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rafostar/media-player-controller.git"
},
"keywords": [
"media",
"player",
"controller",
"mpv",
"vlc"
],
"author": "Rafostar",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rafostar/media-player-controller/issues"
},
"homepage": "https://github.com/Rafostar/media-player-controller#readme",
"dependencies": {
"debug": "^4.1.1",
"xml2js": "^0.4.23"
}
}