package.json 564 B

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