forked from krivachy/cloudinary-bulk-image-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 790 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
{
"name": "cloudinary-bulk-video-downloader",
"version": "0.0.1",
"description": "Downloads all your uploaded videos from Cloudinary",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/krivachy/cloudinary-bulk-image-downloader.git"
},
"author": "Akos Krivachy",
"license": "MIT",
"bugs": {
"url": "https://github.com/krivachy/cloudinary-bulk-image-downloader/issues"
},
"bin": {
"cloudinary-bulk-video-downloader": "./index.js"
},
"homepage": "https://github.com/krivachy/cloudinary-bulk-image-downloader#readme",
"dependencies": {
"axios": "^0.17.0",
"commander": "^2.11.0",
"cwait": "^1.1.1",
"filesize": "^3.5.11",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"progress": "^2.0.0"
}
}