mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-25 10:51:34 +01:00
37 lines
745 B
JSON
37 lines
745 B
JSON
{
|
|
"name": "mike42/escpos-php",
|
|
"type": "library",
|
|
"description": "Thermal receipt printer library, for use with ESC/POS compatible printers",
|
|
"homepage": "https://github.com/mike42/escpos-php",
|
|
"keywords": ["receipt", "print", "escpos", "ESC-POS", "driver"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Michael Billington",
|
|
"email": "michael.billington@gmail.com"
|
|
},
|
|
{
|
|
"name": "Roni Saha",
|
|
"email": "roni.cse@gmail.com"
|
|
},
|
|
{
|
|
"name": "Gergely Radics",
|
|
"email": "gerifield@ustream.tv"
|
|
},
|
|
{
|
|
"name": "Warren Doyle",
|
|
"email": "w.doyle@fuelled.co"
|
|
},
|
|
{
|
|
"name": "vharo",
|
|
"email": "vharo@geepok.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.5.*"
|
|
}
|
|
}
|