package.json 826 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@uppy/aws-s3-multipart",
  3. "description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy",
  4. "version": "0.27.0",
  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. "multipart"
  17. ],
  18. "homepage": "https://uppy.io",
  19. "bugs": {
  20. "url": "https://github.com/transloadit/uppy/issues"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "git+https://github.com/transloadit/uppy.git"
  25. },
  26. "dependencies": {
  27. "@uppy/companion-client": "0.27.0",
  28. "@uppy/utils": "0.27.0",
  29. "resolve-url": "^0.2.1"
  30. },
  31. "devDependencies": {
  32. "@uppy/core": "0.27.0"
  33. },
  34. "peerDependencies": {
  35. "@uppy/core": "^0.26.0"
  36. }
  37. }