{
  "name": "aws-s3",
  "version": "2.0.5",
  "description": "S3Client - A Javascript Library for AWS S3 File Upload",
  "author": {
    "name": "Faustino Kialungila"
  },
  "main": "dist/aws-s3.js",
  "module": "dist/aws-s3.m.js",
  "source": "src/S3Client.ts",
  "umd:main": "dist/aws-s3.umd.js",
  "unpkg": "dist/aws-s3.js",
  "scripts": {
    "build": "microbundle --ts",
    "clean": "rm -rf dist",
    "dev": "microbundle --ts watch",
    "tslint": "tslint -c tslint.json 'src/**/*.ts'",
    "prepublish": "npm run clean && npm run build"
  },
  "files": [
    "cjs",
    "esm",
    "umd"
  ],
  "keywords": [
    "angular-aws3",
    "angular",
    "aws",
    "file-upload",
    "file",
    "react-aws3",
    "react-component",
    "react",
    "s3",
    "upload",
    "vanillajs",
    "vue-aws3",
    "vuejs",
    "typescript"
  ],
  "license": "MIT",
  "dependencies": {
    "crypto-js": "^3.1.9-1",
    "short-uuid": "^3.1.0"
  },
  "devDependencies": {
    "@types/crypto-js": "^3.1.43",
    "microbundle": "^0.9.0",
    "typescript": "^3.2.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Fausto95/aws-s3"
  },
  "bugs": {
    "url": "https://github.com/Fausto95/aws-s3/issues"
  }
}
