package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "@uppy/robodog",
  3. "description": "Transloadit SDK for browsers based on Uppy",
  4. "version": "1.1.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": "1.1.0",
  32. "@uppy/dashboard": "1.1.0",
  33. "@uppy/dropbox": "1.1.0",
  34. "@uppy/form": "1.1.0",
  35. "@uppy/google-drive": "1.1.0",
  36. "@uppy/instagram": "1.1.0",
  37. "@uppy/status-bar": "1.1.0",
  38. "@uppy/transloadit": "1.1.0",
  39. "@uppy/url": "1.1.0",
  40. "@uppy/utils": "1.1.0",
  41. "@uppy/webcam": "1.1.0",
  42. "es6-promise": "4.2.5",
  43. "whatwg-fetch": "3.0.0"
  44. }
  45. }