package.json 927 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@uppy/status-bar",
  3. "description": "A progress bar for Uppy, with many bells and whistles.",
  4. "version": "0.25.6",
  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. "uppy",
  13. "uppy-plugin",
  14. "progress bar",
  15. "status bar",
  16. "progress",
  17. "upload",
  18. "eta",
  19. "speed"
  20. ],
  21. "homepage": "https://uppy.io",
  22. "bugs": {
  23. "url": "https://github.com/transloadit/uppy/issues"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git+https://github.com/transloadit/uppy.git"
  28. },
  29. "dependencies": {
  30. "@uppy/utils": "^0.25.6",
  31. "classnames": "^2.2.6",
  32. "lodash.throttle": "^4.1.1",
  33. "preact": "^8.2.9",
  34. "prettier-bytes": "^1.0.4"
  35. },
  36. "devDependencies": {
  37. "@uppy/core": "^0.25.6"
  38. },
  39. "peerDependencies": {
  40. "@uppy/core": "^0.26.0"
  41. }
  42. }