fast-down
Version:
fast-down, multiple connection(process)
33 lines (32 loc) • 728 B
JSON
{
"name": "fast-down",
"version": "1.0.2",
"description": "fast-down, multiple connection(process)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"fast-down": "bin/fast-down"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahkimkoo/speedup-download.git"
},
"keywords": [
"speedup",
"download",
"multipart",
"download"
],
"author": "Cherokee",
"license": "BSD",
"bugs": {
"url": "https://github.com/ahkimkoo/speedup-download/issues"
},
"homepage": "https://github.com/ahkimkoo/speedup-download#readme",
"dependencies": {
"request": "^2.87.0",
"request-progress": "^3.0.0"
}
}