UNPKG

617 BJSONView Raw
1{
2 "name": "download-git-repo",
3 "version": "0.1.0",
4 "license": "MIT",
5 "repository": "git://github.com/flipxfx/download-git-repo",
6 "description": "Download and extract a git repository (GitHub, 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": "^4.4.3",
19 "git-clone": "^0.1.0",
20 "rimraf": "^2.5.0"
21 },
22 "devDependencies": {
23 "mocha": "^2.3.4",
24 "fs-readdir-recursive": "1.0.0",
25 "rimraf": "^2.5.0"
26 },
27 "scripts": {
28 "test": "mocha"
29 }
30}