123456789101112131415161718192021222324252627282930313233 |
- {
- "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"
- }
- }
- }
|