package.json 479 B

123456789101112131415161718192021
  1. {
  2. "name": "@uppy/store-default",
  3. "description": "The default simple object-based store for Uppy.",
  4. "version": "1.2.1",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "types": "types/index.d.ts",
  8. "keywords": [
  9. "file uploader",
  10. "uppy",
  11. "uppy-store"
  12. ],
  13. "homepage": "https://uppy.io",
  14. "bugs": {
  15. "url": "https://github.com/transloadit/uppy/issues"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/transloadit/uppy.git"
  20. }
  21. }