package.json 531 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@uppy/store-redux",
  3. "description": "Make Uppy use your existing Redux store.",
  4. "version": "0.27.0",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "types": "types/index.d.ts",
  8. "keywords": [
  9. "file uploader",
  10. "uppy",
  11. "uppy-plugin",
  12. "redux"
  13. ],
  14. "homepage": "https://uppy.io",
  15. "bugs": {
  16. "url": "https://github.com/transloadit/uppy/issues"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/transloadit/uppy.git"
  21. },
  22. "dependencies": {
  23. "cuid": "^2.1.1"
  24. }
  25. }