54 lines
1.6 KiB
JSON
Executable file
54 lines
1.6 KiB
JSON
Executable file
{
|
|
"name": "austinb/gameq",
|
|
"description": "GameQ Gameserver Library",
|
|
"version": "2.0.4",
|
|
"license": "LGPL-3.0+",
|
|
"authors": [
|
|
{
|
|
"name": "Austin Bischoff",
|
|
"email": "austin.bischoff@gmail.com",
|
|
"role": "Packagist/Composer Maintainer, Developer",
|
|
"homepage": "https://github.com/Austinb"
|
|
},
|
|
{
|
|
"name": "Christoph Kretzschmar",
|
|
"email": "blackskyliner@googlemail.com",
|
|
"role": "Developer",
|
|
"homepage": "https://github.com/Blackskyliner"
|
|
},
|
|
{
|
|
"name": "Marcel Bößendörfer",
|
|
"email": "m.boessendoerfer@marbis.net",
|
|
"role": "Developer",
|
|
"homepage": "https://github.com/nitrado"
|
|
},
|
|
{
|
|
"name": "Alexander Hambalgo",
|
|
"role": "Developer",
|
|
"homepage": "http://balgo.users.sourceforge.net/"
|
|
},
|
|
{
|
|
"name": "Holger",
|
|
"role": "Developer",
|
|
"homepage": "http://icet33.users.sourceforge.net/"
|
|
},
|
|
{
|
|
"name": "Sebastian Weidenbach",
|
|
"role": "Developer",
|
|
"homepage": "http://sebastianwe.users.sourceforge.net/"
|
|
}
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/Austinb/GameQ",
|
|
"issues": "https://github.com/Austinb/GameQ/issues",
|
|
"wiki": "https://github.com/Austinb/GameQ/wiki"
|
|
},
|
|
"require": {
|
|
"php": ">=5.2",
|
|
"ext-bz2": "*",
|
|
"ext-zlib": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "GameQ": "." }
|
|
}
|
|
}
|