package.json 969 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@uppy/core",
  3. "description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
  4. "version": "0.25.5",
  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. "plugin name and other keywords",
  12. "uppy",
  13. "uppy-plugin"
  14. ],
  15. "homepage": "https://uppy.io",
  16. "bugs": {
  17. "url": "https://github.com/transloadit/uppy/issues"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/transloadit/uppy.git"
  22. },
  23. "dependencies": {
  24. "@uppy/utils": "^0.25.5",
  25. "@uppy/store-default": "^0.25.5",
  26. "cuid": "^2.1.1",
  27. "lodash.throttle": "^4.1.1",
  28. "mime-match": "^1.0.2",
  29. "namespace-emitter": "^2.0.1",
  30. "prettier-bytes": "^1.0.4"
  31. }
  32. }