UNPKG

aws-s3-upload-ash

Version:

Open Source Module to Upload your Media and files into AWS S3 Bucket directly from Front-end

51 lines (50 loc) 1.46 kB
{ "name": "aws-s3-upload-ash", "version": "1.2.0", "description": "Open Source Module to Upload your Media and files into AWS S3 Bucket directly from Front-end", "main": "dist/aws-s3-upload-ash.js", "types": "dist/aws-s3-upload-ash.d.ts", "scripts": { "prepublish": "npm run clean && npm run build", "clean": "rm -rf dist", "build": "tsc --declaration" }, "dependencies": { "crypto-js": "^4.2.0" }, "devDependencies": { "@types/node": "^12.12.14", "@types/crypto-js": "^4.2.2", "typescript": "^3.9.7" }, "author": "Ismael Ash", "email": "contato@ismaelnascimento.com", "url": "https://ismaelnascimento.com", "funding": "http://bit.ly/doeismaelnascimento", "keywords": [ "react-component", "react", "s3", "upload", "vanillajs", "vue-awss3", "vuejs", "typescript", "angular-aws3", "angular", "aws", "file-upload", "file", "aws-s3-upload-ash", "presignedurl" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ismaelash/aws-s3-upload-ash.git" }, "bugs": { "url": "https://github.com/ismaelash/aws-s3-upload-ash/issues" }, "homepage": "https://github.com/ismaelash/aws-s3-upload-ash#readme" }