mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
20 lines
558 B
JSON
20 lines
558 B
JSON
{
|
|
"name": "h4cc/wkhtmltoimage-amd64",
|
|
"description": "Convert html to image using webkit (qtwebkit). Static linked linux binary for amd64 systems.",
|
|
"keywords": ["image", "thumbnail", "snapshot", "wkhtmltoimage", "convert", "binary"],
|
|
"license": "LGPL Version 3",
|
|
"homepage": "http://wkhtmltopdf.org/",
|
|
"authors": [
|
|
{
|
|
"name": "Julius Beckmann",
|
|
"email": "github@h4cc.de"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"bin": [
|
|
"bin/wkhtmltoimage-amd64"
|
|
],
|
|
"require": {
|
|
}
|
|
}
|