{
    "name": "fguillot/json-rpc",
    "description": "Simple Json-RPC client/server library that just works",
    "homepage": "https://github.com/fguillot/JsonRPC",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Frédéric Guillot"
        }
    ],
    "require": {
        "php": ">=5.3.4"
    },
    "autoload": {
        "psr-0": {"JsonRPC": "src/"}
    },
    "require-dev": {
        "phpunit/phpunit": "4.8.*"
    }
}
