25 lines
634 B
JSON
25 lines
634 B
JSON
{
|
|
"name": "printnode/printnode-php",
|
|
"description": "Connect any printer to your application with PrintNode Client and easy to use JSON API",
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"ext-curl": "*"
|
|
},
|
|
"keywords": [
|
|
"php",
|
|
"PrintNode",
|
|
"API",
|
|
"printing"
|
|
],
|
|
"homepage": "https://github.com/PrintNode/PrintNode-PHP",
|
|
"authors": [{
|
|
"email": "support@printnode.com",
|
|
"name": "Contributors",
|
|
"homepage": "https://www.printnode.com"
|
|
}],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PrintNode\\": "src/PrintNode"
|
|
}
|
|
}
|
|
}
|