commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / vendor / phenx / php-font-lib / composer.json
1 {
2 "name": "phenx/php-font-lib",
3 "type": "library",
4 "description": "A library to read, parse, export and make subsets of different types of font files.",
5 "homepage": "https://github.com/PhenX/php-font-lib",
6 "license": "LGPL-3.0",
7 "authors": [
8 {
9 "name": "Fabien Ménager",
10 "email": "fabien.menager@gmail.com"
11 }
12 ],
13 "autoload": {
14 "psr-0": {
15 "FontLib\\": "src/"
16 }
17 }
18 }