package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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": "1.6.25",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "types": "types/index.d.ts",
  8. "keywords": [
  9. "file uploader",
  10. "transloadit",
  11. "file encoding",
  12. "encoding",
  13. "file processing",
  14. "video encoding",
  15. "crop",
  16. "resize",
  17. "watermark",
  18. "uppy",
  19. "uppy-plugin"
  20. ],
  21. "homepage": "https://uppy.io",
  22. "bugs": {
  23. "url": "https://github.com/transloadit/uppy/issues"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git+https://github.com/transloadit/uppy.git"
  28. },
  29. "dependencies": {
  30. "@uppy/companion-client": "file:../companion-client",
  31. "@uppy/provider-views": "file:../provider-views",
  32. "@uppy/tus": "file:../tus",
  33. "@uppy/utils": "file:../utils",
  34. "component-emitter": "^1.2.1",
  35. "socket.io-client": "~2.2.0"
  36. },
  37. "peerDependencies": {
  38. "@uppy/core": "^1.0.0"
  39. }
  40. }