package.json 644 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@uppy/server-utils",
  3. "description": "Client library for communication with Uppy Server. Intended for use in Uppy plugins.",
  4. "version": "0.25.6",
  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. "uppy-plugin",
  13. "uppy-server",
  14. "provider"
  15. ],
  16. "homepage": "https://uppy.io",
  17. "bugs": {
  18. "url": "https://github.com/transloadit/uppy/issues"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/transloadit/uppy.git"
  23. },
  24. "dependencies": {
  25. "namespace-emitter": "^2.0.1"
  26. }
  27. }