package.json 834 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@uppy/transloadit-preset",
  3. "description": "Transloadit SDK for browsers based on Uppy",
  4. "version": "0.0.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/core": "0.27.0",
  32. "@uppy/dashboard": "0.27.2",
  33. "@uppy/form": "0.27.1",
  34. "@uppy/transloadit": "0.27.2",
  35. "@uppy/utils": "0.27.0"
  36. }
  37. }