24 lines
585 B
JSON
24 lines
585 B
JSON
{
|
|
"name": "forkbb/forkbb",
|
|
"description": "The ForkBB is an open source forum application.",
|
|
"homepage": "https://github.com/forkbb",
|
|
"type": "project",
|
|
"license": "GPL 2.0",
|
|
"authors": [
|
|
{
|
|
"name": "Visman",
|
|
"email": "mio.visman@yandex.ru",
|
|
"homepage": "https://github.com/MioVisman"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ForkBB\\": "app/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"artoodetoo/dirk": "dev-master",
|
|
"MioVisman/Parserus": "^0.9.1"
|
|
}
|
|
}
|