package.json 1.2 KB

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