UNPKG

pdf2-s3

Version:

Download a pdf from a web url and uploads to a given s3 bucket

35 lines (34 loc) 725 B
{ "name": "pdf2-s3", "version": "2.0.4", "description": "Download a pdf from a web url and uploads to a given s3 bucket", "main": "pdf.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "pdf", "download", "url", "upload", "s3", "bucket", "weblink" ], "author": "Manoj Fernando", "email": "mj.bitwave@gmail.com", "repository": { "type": "git", "url": "https://github.com/mjzone/Pdf2S3.git" }, "url": "https://github.com/mjzone/Pdf2S3", "license": "MIT", "dependencies": { "aws-sdk": "^2.4.7", "http": "0.0.0", "https": "^1.0.0", "node-uuid": "^1.4.7", "path": "^0.12.7", "url": "^0.11.0" } }