UNPKG

documentjs-github-download

Version:

Easily download Github repos without any external dependencies such as Git, Tar, Unzip, etc.

41 lines (40 loc) 893 B
{ "name": "documentjs-github-download", "version": "0.3.0", "description": "Easily download Github repos without any external dependencies such as Git, Tar, Unzip, etc.", "homepage": "http://github.com/documentjs/node-github-download", "repository": { "type": "git", "url": "git@github.com:documentjs/node-github-download.git" }, "keywords": [ "github", "repository", "repo", "download", "fetch", "git" ], "author": "JP Richardson <jprichardson@gmail.com> and Bitovi", "licenses": [ { "type": "MIT", "url": "" } ], "dependencies": { "adm-zip": "~0.4.7", "fs-extra": "^0.24.0", "request": "~2.12.0", "vcsurl": "~0.1.0" }, "devDependencies": { "testutil": "~0.5.0", "mocha": "*", "nock": "~0.14.3" }, "main": "./lib/github-download.js", "scripts": { "test": "mocha test" } }