-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.56 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vimeo-to-youtube",
"version": "0.9.1",
"description": "A Node.js app to easily transfer your videos from Vimeo to YouTube",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hichamelkaddioui/vimeo-to-youtube.git"
},
"keywords": [
"vimeo",
"youtube",
"transfer"
],
"author": "Hicham El Kaddioui",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/hichamelkaddioui/vimeo-to-youtube/issues"
},
"homepage": "https://github.com/hichamelkaddioui/vimeo-to-youtube#readme",
"devDependencies": {
"@metahub/cz-conventional-commit": "^3.0.2",
"commitizen": "^4.0.3",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^3.1.0",
"standard": "^11.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/@metahub/cz-conventional-commit"
}
},
"dependencies": {
"bluebird": "^3.5.5",
"colors": "^1.3.3",
"dotenv": "^6.2.0",
"download": "^7.1.0",
"fs-extra": "^7.0.1",
"google-auth-library": "^1.6.1",
"googleapis": "^32.0.0",
"inquirer": "^6.3.1",
"listr": "^0.14.3",
"nedb": "^1.8.0",
"ora": "^3.4.0",
"platform-folders": "^0.2.7",
"prettysize": "^1.1.0",
"rxjs": "^6.5.2",
"sugar": "^2.0.6",
"vimeo": "^2.1.1",
"winston": "^3.2.1"
}
}