UNPKG

602 BJSONView Raw
1{
2 "name": "download-git-repo",
3 "version": "2.0.0",
4 "license": "MIT",
5 "repository": "git://github.com/flipxfx/download-git-repo",
6 "description": "Download and extract a git repository (GitHub, GitLab, Bitbucket) from node.",
7 "keywords": [
8 "download",
9 "github",
10 "bitbucket",
11 "repo",
12 "repository",
13 "tar",
14 "extract",
15 "tarball"
16 ],
17 "dependencies": {
18 "download": "^7.1.0",
19 "git-clone": "^0.1.0",
20 "rimraf": "^2.6.3"
21 },
22 "devDependencies": {
23 "fs-readdir-recursive": "^1.1.0",
24 "mocha": "^6.1.4"
25 },
26 "scripts": {
27 "test": "mocha"
28 }
29}