-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "gh-retrieve",
"version": "1.1.2",
"description": "Nodejs module to download/retrieve a specific directory from a GitHub repository",
"main": "gh-retrieve.js",
"dependencies": {
"axios": "^0.21.1",
"download": "^8.0.0",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
"is-git-repository": "^2.0.0",
"lookpath": "^1.2.0",
"url-join": "^4.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/DarthCucumber/gh-retrieve.git"
},
"keywords": [
"github",
"directory",
"download",
"file-downloader",
"gh-retrieve",
"subdirectory",
"sparse-download"
],
"author": "Souvik Kar Mahapatra <souvikat001@gmail.com> (https://github.com/DarthCucumber)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DarthCucumber/gh-retrieve/issues"
},
"homepage": "https://github.com/DarthCucumber/gh-retrieve#readme",
"devDependencies": {
"ora": "^5.4.0"
}
}