-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 822 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}
}