package.json 990 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@uppy/transloadit",
  3. "description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more",
  4. "version": "0.25.5",
  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. "transloadit",
  12. "file encoding",
  13. "encoding",
  14. "file processing",
  15. "video encoding",
  16. "crop",
  17. "resize",
  18. "watermark",
  19. "uppy",
  20. "uppy-plugin"
  21. ],
  22. "homepage": "https://uppy.io",
  23. "bugs": {
  24. "url": "https://github.com/transloadit/uppy/issues"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "git+https://github.com/transloadit/uppy.git"
  29. },
  30. "dependencies": {
  31. "@uppy/utils": "^0.25.5",
  32. "@uppy/provider-views": "^0.25.5",
  33. "@uppy/server-utils": "^0.25.5",
  34. "@uppy/tus": "^0.25.5"
  35. },
  36. "peerDependencies": {
  37. "@uppy/core": "^0.25.5"
  38. }
  39. }