package.json 576 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@uppy/utils",
  3. "description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
  4. "version": "0.27.1",
  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. "uppy"
  12. ],
  13. "homepage": "https://uppy.io",
  14. "bugs": {
  15. "url": "https://github.com/transloadit/uppy/issues"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/transloadit/uppy.git"
  20. },
  21. "dependencies": {
  22. "lodash.throttle": "^4.1.1"
  23. }
  24. }