gulp-download
Version:
Gulp plugin for downloading files via http/https.
22 lines (21 loc) • 486 B
JSON
{
"name": "gulp-download",
"version": "0.0.1",
"description": "Gulp plugin for downloading files via http/https.",
"license": "MIT",
"author":"Michael Ostermann <metrime@icloud.com>",
"repository": "https://github.com/Metrime/gulp-download.git",
"keywords":[
"gulpplugin",
"download",
"http",
"https"
],
"dependencies":{
"gulp-util":"latest",
"through":"latest",
"request":"latest",
"request-progress":"latest"
},
"main":"index.js"
}