Files
EpiWebview/vendor/tecnickcom/tc-lib-pdf-font/util/composer.json

46 lines
922 B
JSON

{
"name": "tecnickcom/tc-lib-pdf-font",
"description": "Import TTF font files to be converted for tc-lib-pdf-font",
"type": "library",
"homepage": "http://www.tecnick.com",
"keywords": [
"tc-lib-pdf-font-data",
"PDF",
"font",
"TTF",
"AFM",
"PFB",
"import"
],
"authors": [
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
"role": "lead"
}
],
"require": {
"tecnickcom/tc-font-mirror": "^2.1"
},
"require-dev": {},
"repositories": [
{
"type": "package",
"package": {
"name": "tecnickcom/tc-font-mirror",
"version": "2.1.0",
"dist": {
"type": "zip",
"url": "https://github.com/tecnickcom/tc-font-mirror/archive/refs/tags/2.1.0.zip",
"reference": "main"
},
"autoload": {
"classmap": [
"."
]
}
}
}
]
}