mirror of
https://github.com/cwinfo/php-barcode.git
synced 2024-11-09 17:20:27 +00:00
20 lines
471 B
JSON
20 lines
471 B
JSON
|
{
|
||
|
"name": "kreativekorp/barcode",
|
||
|
"type": "library",
|
||
|
"description": "Generate barcodes from a single PHP file.",
|
||
|
"homepage": "https://github.com/kreativekorp/barcode/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Kreative Software",
|
||
|
"email": "support@kreativekorp.com",
|
||
|
"homepage": "http://www.kreativekorp.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"classmap": ["barcode.php"]
|
||
|
}
|
||
|
}
|