{
    "name": "easybook/geshi",
    "type": "library",
    "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.",
    "homepage": "http://qbnz.com/highlighter",
    "keywords": ["highlighter", "highlight", "syntax"],
    "license": "GPL-2.0",
    "authors": [
        {
            "name": "Benny Baumann",
            "email": "BenBE@geshi.org"
        },
        {
            "name": "Nigel McNie",
            "email": "nigel@geshi.org"
        }
    ],
    "require": {
        "php": ">=5.0"
    }, 
    "autoload": {
        "classmap": ["./"]
    }
}
