package.json 538 B

123456789101112131415161718192021222324
  1. {
  2. "name": "utif",
  3. "description": "Fast and advanced TIFF decoder",
  4. "version": "2.0.1",
  5. "homepage": "https://github.com/photopea/UTIF.js",
  6. "author": "photopea (https://github.com/photopea)",
  7. "contributors": [
  8. "Scimonster (https://github.com/Scimonster)"
  9. ],
  10. "license": "MIT",
  11. "repository": "github:photopea/UTIF.js",
  12. "bugs": {
  13. "url": "https://github.com/photopea/UTIF.js/issues"
  14. },
  15. "main": "UTIF",
  16. "keywords": [
  17. "tiff",
  18. "image",
  19. "conversion"
  20. ],
  21. "dependencies": {
  22. "pako": "^1.0.5"
  23. }
  24. }