vlc-command
Version:
Find VLC player command line path
42 lines (41 loc) • 822 B
JSON
{
"name": "vlc-command",
"description": "Find VLC player command line path",
"version": "1.2.0",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bin": "cmd.js",
"bugs": {
"url": "https://github.com/feross/vlc-command/issues"
},
"dependencies": {
"run-parallel": "^1.1.6",
"winreg": "^1.2.1"
},
"devDependencies": {
"standard": "*"
},
"homepage": "https://github.com/feross/vlc-command",
"keywords": [
"vlc",
"path",
"command",
"cmd",
"get vlc path",
"get vlc command",
"install",
"location"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/vlc-command.git"
},
"scripts": {
"test": "standard"
}
}