Downloading images

This commit is contained in:
Will Boyd
2018-10-16 18:47:06 -04:00
parent 6ed80318cb
commit f6695baf95
3 changed files with 364 additions and 5 deletions
+2 -1
View File
@@ -10,11 +10,12 @@
"author": "Will Boyd <will@codersblock.com> (https://codersblock.com)",
"license": "MIT",
"engines": {
"node" : ">= 10.12.0"
"node": ">= 10.12.0"
},
"dependencies": {
"luxon": "^1.4.3",
"minimist": "^1.2.0",
"request": "^2.88.0",
"xml2js": "^0.4.19"
}
}