20 lines
470 B
JSON
20 lines
470 B
JSON
{
|
|
"name": "fguillot/json-rpc",
|
|
"description": "A simple Json-RPC client/server library that just works",
|
|
"homepage": "https://github.com/fguillot/JsonRPC",
|
|
"type": "library",
|
|
"license": "Unlicense",
|
|
"authors": [
|
|
{
|
|
"name": "Frédéric Guillot",
|
|
"homepage": "http://fredericguillot.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"JsonRPC": "src/"}
|
|
}
|
|
}
|