mplayer
Version:
Node.js wrapper for mplayer
29 lines (28 loc) • 655 B
JSON
{
"name": "mplayer",
"version": "2.1.0",
"description": "Node.js wrapper for mplayer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/noodny/mplayer.git"
},
"keywords": [
"mplayer",
"video",
"audio",
"player"
],
"author": "Krzysztof Jakubik",
"license": "MIT",
"bugs": {
"url": "https://github.com/noodny/mplayer/issues"
},
"homepage": "https://github.com/noodny/mplayer",
"dependencies": {
"lodash": "^2.4.1"
}
}