{
    "name": "uploader-s3",
    "version": "1.0.1",
    "description": "fastest and reliable uploader of files to aws s3 ",
    "main": "s3uploader.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "s3",
        "upload",
        "aws",
        "s3",
        "multipart",
        "signature",
        "v4"
    ],
    "author": "ppkphani",
    "license": "MIT",
    "dependencies": {},
    "devDependencies": {},
    "repository": {
        "type": "git",
        "url": "git+https://github.com/phanikmr/S3-Uploader.git"
    },
    "bugs": {
        "url": "https://github.com/phanikmr/S3-Uploader/issues"
    },
    "homepage": "https://github.com/phanikmr/S3-Uploader#readme"
}