tikiwiki/packages/tiki-pkg-mediaalchemyst/alchemy/ghostscript/composer.json

34 lines
892 B
JSON
Raw Normal View History

2023-11-20 21:52:04 +01:00
{
"name": "alchemy/ghostscript",
"type": "library",
"description": "Ghostscript PDF, a library to handle PDF through ghostscript",
"keywords": ["ghostscript", "pdf"],
"license": "MIT",
"authors": [
{
"name": "Romain Neutron",
"email": "imprec@gmail.com",
"homepage": "http://www.lickmychip.com/"
},
{
"name": "Phraseanet Team",
"email": "info@alchemy.fr",
"homepage": "http://www.phraseanet.com/"
}
],
"require": {
"php" : ">=5.3.3",
"alchemy/binary-driver" : "~1.5"
},
"require-dev": {
"phpunit/phpunit" : "~3.7",
"sami/sami" : "~1.0",
"silex/silex" : "~1.0"
},
"autoload": {
"psr-0": {
"Ghostscript" : "src"
}
}
}