node-mpv
Version:
A Node module for MPV
37 lines (36 loc) • 788 B
JSON
{
"name": "node-mpv",
"version": "1.5.0",
"description": "A Node module for MPV",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/00SteinsGate00/Node-MPV.git"
},
"keywords": [
"mpv",
"Audio",
"Video",
"Stream",
"multimedia"
],
"author": "Jan Holub",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/00SteinsGate00/Node-MPV/blob/master/LICENSE.md"
}
],
"bugs": {
"url": "https://github.com/00SteinsGate00/Node-MPV/issues"
},
"homepage": "https://github.com/00SteinsGate00/Node-MPV#readme",
"dependencies": {
"cuid": "^1.3.8",
"lodash": ">= 4.0.0",
"promise": "^7.1.1"
}
}