package.json 732 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@uppy/informer",
  3. "description": "A notification and error pop-up bar for Uppy.",
  4. "version": "1.0.2",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "style": "dist/style.min.css",
  8. "types": "types/index.d.ts",
  9. "keywords": [
  10. "file uploader",
  11. "uppy",
  12. "uppy-plugin",
  13. "notification",
  14. "bar",
  15. "ui"
  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/utils": "1.0.2",
  27. "preact": "8.2.9"
  28. },
  29. "devDependencies": {
  30. "@uppy/core": "1.0.2"
  31. },
  32. "peerDependencies": {
  33. "@uppy/core": "^1.0.0"
  34. }
  35. }