package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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.28.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. "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/companion-client": "0.27.2",
  32. "@uppy/provider-views": "0.28.0",
  33. "@uppy/tus": "0.28.0",
  34. "@uppy/utils": "0.28.0",
  35. "component-emitter": "^1.2.1",
  36. "socket.io-client": "^2.1.1"
  37. },
  38. "devDependencies": {
  39. "@uppy/core": "0.28.0"
  40. },
  41. "peerDependencies": {
  42. "@uppy/core": "^0.28.0"
  43. }
  44. }