package.json 846 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@uppy/url",
  3. "description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!",
  4. "version": "0.29.0",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "jsnext:main": "src/index.js",
  8. "style": "dist/style.min.css",
  9. "types": "types/index.d.ts",
  10. "keywords": [
  11. "file uploader",
  12. "url",
  13. "import from url",
  14. "uppy",
  15. "uppy-plugin"
  16. ],
  17. "homepage": "https://uppy.io",
  18. "bugs": {
  19. "url": "https://github.com/transloadit/uppy/issues"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git+https://github.com/transloadit/uppy.git"
  24. },
  25. "dependencies": {
  26. "@uppy/companion-client": "0.27.2",
  27. "@uppy/utils": "0.29.0",
  28. "preact": "^8.2.9"
  29. },
  30. "devDependencies": {
  31. "@uppy/core": "0.29.0"
  32. },
  33. "peerDependencies": {
  34. "@uppy/core": "^0.29.0"
  35. }
  36. }