download-pdf
Version:
Download PDF files
23 lines (22 loc) • 400 B
JSON
{
"name": "download-pdf",
"version": "0.1.6",
"description": "Download PDF files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pdf",
"download",
"save",
"file",
"get"
],
"author": "Montana Flynn",
"license": "ISC",
"dependencies": {
"download-file": "^0.1.3",
"mkdirp": "^0.5.0"
}
}