17 lines
435 B
JSON
17 lines
435 B
JSON
{
|
|
"name": "phenx/php-font-lib",
|
|
"type": "library",
|
|
"description": "A library to read, parse, export and make subsets of different types of font files.",
|
|
"homepage": "https://github.com/PhenX/php-font-lib",
|
|
"license": "LGPL",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Ménager",
|
|
"email": "fabien.menager@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": ["classes/"]
|
|
}
|
|
}
|