2018-11-18 16:38:11 +08:00

30 lines
601 B
JSON

{
"name": "download-git-repo",
"version": "1.1.0",
"license": "MIT",
"repository": "git://github.com/flipxfx/download-git-repo",
"description": "Download and extract a git repository (GitHub, GitLab, Bitbucket) from node.",
"keywords": [
"download",
"github",
"bitbucket",
"repo",
"repository",
"tar",
"extract",
"tarball"
],
"dependencies": {
"download": "^5.0.3",
"git-clone": "^0.1.0",
"rimraf": "^2.6.1"
},
"devDependencies": {
"mocha": "^3.2.0",
"fs-readdir-recursive": "1.0.0"
},
"scripts": {
"test": "mocha"
}
}