| {
    "name": "jaxon-php/jaxon-core",
    "type": "library",
    "description": "Jaxon is an open source PHP library for easily creating Ajax web applications",
    "authors": [
        {"name": "Jared White"},
        {"name": "J. Max Wilson"},
        {"name": "Joseph Woolley"},
        {"name": "Steffen Konerow"},
        {"name": "Thierry Feuzeu"}
    ],
    "homepage": "http://jaxon-project.org",
    "license": "BSD-3-Clause",
    "keywords": ["Jaxon", "Xajax", "Ajax", "PHP", "Asynchronous"],
    "support": {
        "issues": "https://github.com/jaxon-php/jaxon-core/issues",
        "source": "https://github.com/jaxon-php/jaxon-core"
    },
    "require": {
        "php": ">=5.6.0",
        "psr/log": ">=1.0.0",
        "psr/container": ">=1.0.0",
        "pimple/pimple": "^3.0",
        "lemonphp/event": "^1.0",
        "matthiasmullie/minify": "^1.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.7"
    },
    "autoload": {
        "psr-4": {
            "Jaxon\\": "src/"
        },
        "files": [
            "src/start.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Jaxon\\Tests\\": "tests/"
        }
    }
}
 |