composer.json 1008 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "wemersonjanuario/wkhtmltopdf-windows",
  3. "description": "Convert html to pdf using webkit (qtwebkit). Static linked windows binary for 32 bit and 64 bit systems.",
  4. "keywords": [
  5. "pdf",
  6. "thumbnail",
  7. "snapshot",
  8. "wkhtmltopdf",
  9. "convert",
  10. "binary",
  11. "htmltopdf",
  12. "htmltoimage"
  13. ],
  14. "license": "LGPL Version 3",
  15. "homepage": "http://wkhtmltopdf.org/",
  16. "authors": [
  17. {
  18. "name": "Wemerson Januario",
  19. "email": "wemerson.januario@gmail.com",
  20. "homepage": "http://wemersonjanuario.com.br"
  21. }
  22. ],
  23. "support": {
  24. "issues": "https://github.com/wemersonjanuario/wkhtmltopdf-windows/issues?state=open"
  25. },
  26. "minimum-stability": "stable",
  27. "bin": [
  28. "bin/32bit/wkhtmltopdf.exe",
  29. "bin/32bit/wkhtmltoimage.exe",
  30. "bin/64bit/wkhtmltopdf.exe",
  31. "bin/64bit/wkhtmltoimage.exe"
  32. ],
  33. "require": {
  34. },
  35. "suggest": {
  36. "wemersonjanuario/laravelpdf": "1.0.*",
  37. "h4cc/wkhtmltopdf-i386": "*",
  38. "h4cc/wkhtmltopdf-amd64": "*"
  39. }
  40. }