-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 904 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
{
"name": "setup-youtubeuploader",
"version": "19.6.2",
"description": "Setup \"youtubeuploader\" on Linux, Windows, or Mac.",
"main": "index.js",
"preferGlobal": true,
"bin": {
"youtubeuploader": "youtubeuploader"
},
"scripts": {
"install": "node install",
"uninstall": "node uninstall",
"test": "exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/setup-youtubeuploader.git"
},
"keywords": [
"setup",
"youtubeuploader",
"youtube",
"upload",
"linux",
"windows",
"mac",
"merferry"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodef/setup-youtubeuploader/issues"
},
"homepage": "https://github.com/nodef/setup-youtubeuploader#readme",
"dependencies": {
"download": "^8.0.0",
"fs-extra": "^9.0.1",
"progress": "^2.0.3"
}
}