init
Showing
downloader.js
0 → 100755
... | ... | @@ -14,9 +14,13 @@ |
"license": "ISC", | ||
"dependencies": { | ||
"execution-time": "^1.4.1", | ||
"extract-zip": "^2.0.1", | ||
"fast-csv": "^4.3.6", | ||
"lodash": "^4.17.21", | ||
"moment-timezone": "^0.5.33", | ||
"shelljs": "^0.8.4" | ||
"node-stream-zip": "^1.15.0", | ||
"nodejs-file-downloader": "^4.9.3", | ||
"shelljs": "^0.8.4", | ||
"unzip": "^0.1.11" | ||
} | ||
} |
Please register or sign in to comment