-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 859 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
{
"name": "dl-vimeo-account",
"version": "1.0.0",
"description": "npm utility that downloads all source files from a vimeo account with a provided vimeo api access token",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeorgeIpsum/dl-vimeo-account.git"
},
"keywords": [
"vimeo"
],
"author": "Ibrahim Saberi",
"license": "MIT",
"bugs": {
"url": "https://github.com/GeorgeIpsum/dl-vimeo-account/issues"
},
"homepage": "https://github.com/GeorgeIpsum/dl-vimeo-account#readme",
"dependencies": {
"axios": "^0.19.0",
"chalk": "^2.4.2",
"cli-spinner": "^0.2.10",
"figlet": "^1.2.3",
"inquirer": "^6.4.0",
"shelljs": "^0.8.3",
"vimeo": "^2.1.1"
}
}