{
    "name"       : "hoa/core",
    "description": "The Hoa\\Core library.",
    "type"       : "library",
    "keywords"   : ["library", "core", "consistency", "protocol", "parameter",
                    "data", "event", "listener"],
    "homepage"   : "http://hoa-project.net/",
    "license"    : "BSD-3-Clause",
    "authors"    : [
        {
            "name" : "Ivan Enderlin",
            "email": "ivan.enderlin@hoa-project.net"
        },
        {
            "name"    : "Hoa community",
            "homepage": "http://hoa-project.net/"
        }
    ],
    "support": {
        "email" : "support@lists.hoa-project.net",
        "irc"   : "irc://irc.freenode.org/hoaproject",
        "source": "http://git.hoa-project.net/"
    },
    "require": {
        "php"    : ">=5.3.3",
        "ext-spl": "*"
    },
    "suggest": {
        "hoa/console"   : "To use the `hoa` script.",
        "hoa/dispatcher": "To use the `hoa` script.",
        "hoa/router"    : "To use the `hoa` script.",
        "ext-mbstring"  : "ext/mbstring must be present (or a third implementation)."
    },
    "target-dir": "Hoa/Core",
    "autoload"  : {
        "psr-0": { "Hoa\\Core": "." },
        "files": ["Core.php"]
    },
    "bin": ["Bin/hoa"]
}
