package.json 798 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@uppy/aws-s3",
  3. "description": "Upload to Amazon S3 with Uppy",
  4. "version": "0.27.4",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "jsnext:main": "src/index.js",
  8. "types": "types/index.d.ts",
  9. "keywords": [
  10. "file uploader",
  11. "aws s3",
  12. "amazon s3",
  13. "s3",
  14. "uppy",
  15. "uppy-plugin"
  16. ],
  17. "homepage": "https://uppy.io",
  18. "bugs": {
  19. "url": "https://github.com/transloadit/uppy/issues"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git+https://github.com/transloadit/uppy.git"
  24. },
  25. "dependencies": {
  26. "@uppy/utils": "0.27.1",
  27. "@uppy/xhr-upload": "0.27.4",
  28. "@uppy/companion-client": "0.27.2",
  29. "resolve-url": "^0.2.1"
  30. },
  31. "devDependencies": {
  32. "@uppy/core": "0.27.3"
  33. },
  34. "peerDependencies": {
  35. "@uppy/core": "^0.27.0"
  36. }
  37. }