file-download
Version:
Generic file downloader
24 lines (23 loc) • 382 B
JSON
{
"name": "file-download",
"version": "0.1.2",
"description": "Generic file downloader",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"author": "Montana Flynn",
"license": "ISC",
"dependencies": {
"mkdirp": "^0.5.0"
},
"devDependencies": {},
"keywords": [
"download",
"file",
"url",
"get",
"http",
"https"
]
}