package.json 410 B

1234567891011121314151617181920
  1. {
  2. "name": "@uppy/locales",
  3. "description": "Uppy language packs",
  4. "version": "3.3.0",
  5. "license": "MIT",
  6. "type": "module",
  7. "keywords": [
  8. "uppy",
  9. "uppy-plugin",
  10. "language packs"
  11. ],
  12. "homepage": "https://uppy.io",
  13. "bugs": {
  14. "url": "https://github.com/transloadit/uppy/issues"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/transloadit/uppy.git"
  19. }
  20. }