composer.json 545 B

12345678910111213141516171819
  1. {
  2. "name": "h4cc/wkhtmltopdf-i386",
  3. "description": "Convert html to pdf using webkit (qtwebkit). Static linked linux binary for i386 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-i386"
  16. ],
  17. "require": {
  18. }
  19. }