filedownloader
Version:
a small module for easy downloading using the power of curl combined with node js
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "filedownloader",
"version": "1.2.7",
"description": "a small module for easy downloading using the power of curl combined with node js",
"main": "index.js",
"scripts": {
"test": "node example"
},
"author": "Oussama Barkouki",
"license": "GPL-3.0",
"dependencies": {
"content-disposition": "^0.5.0",
"del": "^2.2.2",
"file-exists": "^1.0.0",
"mkdirp": "^0.5.1",
"q": "^1.4.1",
"request": "^2.74.0",
"underscore": "^1.8.3",
"urlencode": "^1.1.0",
"valid-url": "^1.0.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oussama1598/node-filedownloader.git"
},
"keywords": [
"downloads",
"downloading",
"download",
"url",
"stream",
"filedownloading",
"downloader",
"file",
"request",
"http",
"file-downloader"
],
"bugs": {
"url": "https://github.com/oussama1598/node-filedownloader/issues"
},
"homepage": "https://github.com/oussama1598/node-filedownloader#readme"
}