UNPKG

s3-directory-upload

Version:
40 lines (39 loc) 961 B
{ "name": "s3-directory-upload", "version": "2.0.1", "description": "upload directory to AWS S3", "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:Ilyahas/s3-directory-upload.git" }, "keywords": [ "s3", "aws", "upload", "host", "directory", "folder", "versions", "file" ], "author": { "name": "Ilya Kot", "email": "info-site@ukr.net" }, "bin": { "s3-directory-upload": "./bin/s3-directory-upload.js" }, "license": "MIT", "bugs": { "url": "https://github.com/Ilyahas/s3-directory-upload.git/issues" }, "homepage": "https://github.com/Ilyahas/s3-directory-upload.git#README", "dependencies": { "async": "2.6.0", "aws-sdk": "2.190.0", "dotenv": "5.0.0", "fs": "0.0.1-security", "log-update": "2.3.0", "path": "0.12.7" } }