package.json 713 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@uppy/informer",
  3. "description": "A notification and error pop-up bar for Uppy.",
  4. "version": "0.25.5",
  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. "plugin name and other keywords",
  13. "uppy",
  14. "uppy-plugin"
  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. "@uppy/utils": "^0.25.5",
  26. "preact": "^8.2.9"
  27. },
  28. "peerDependencies": {
  29. "@uppy/core": "^0.25.5"
  30. }
  31. }