composer.json 640 B

123456789101112131415161718192021222324
  1. {
  2. "name": "h4cc/wkhtmltopdf-amd64",
  3. "description": "Convert html to pdf using webkit (qtwebkit). Static linked linux binary for amd64 systems.",
  4. "keywords": ["pdf", "thumbnail", "snapshot", "wkhtmltopdf", "convert", "binary"],
  5. "license": "LGPL Version 3",
  6. "homepage": "http://wkhtmltopdf.org/",
  7. "authors": [
  8. {
  9. "name": "Julius Beckmann",
  10. "email": "github@h4cc.de"
  11. }
  12. ],
  13. "minimum-stability": "stable",
  14. "bin": [
  15. "bin/wkhtmltopdf-amd64"
  16. ],
  17. "require": {
  18. },
  19. "autoload": {
  20. "psr-4": {
  21. "h4cc\\WKHTMLToPDF\\": ""
  22. }
  23. }
  24. }