UNPKG

601 BJSONView Raw
1{
2 "name": "download-git-repo",
3 "version": "1.0.2",
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": "^5.0.3",
19 "git-clone": "^0.1.0",
20 "rimraf": "^2.6.1"
21 },
22 "devDependencies": {
23 "mocha": "^3.2.0",
24 "fs-readdir-recursive": "1.0.0"
25 },
26 "scripts": {
27 "test": "mocha"
28 }
29}