mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "vichan-devel/vichan",
|
|
"description": "vichan imageboard",
|
|
"type": "project",
|
|
"config": {
|
|
"platform": {
|
|
"php": ">=7.4"
|
|
}
|
|
},
|
|
"require": {
|
|
"ext-mbstring": ">=7.4",
|
|
"ext-gd": ">=7.4",
|
|
"ext-pdo": ">=7.4",
|
|
"twig/twig": "^2.9",
|
|
"phpmyadmin/twig-i18n-extension": "^4.0",
|
|
"lifo/ip": "^1.0",
|
|
"gettext/gettext": "^5.5",
|
|
"mrclay/minify": "^2.1.6",
|
|
"geoip/geoip": "^1.17",
|
|
"dapphp/securimage": "^4.0"
|
|
},
|
|
"autoload": {
|
|
"classmap": ["inc/"],
|
|
"files": [
|
|
"inc/bootstrap.php",
|
|
"inc/display.php",
|
|
"inc/template.php",
|
|
"inc/database.php",
|
|
"inc/events.php",
|
|
"inc/api.php",
|
|
"inc/mod/auth.php",
|
|
"inc/lock.php",
|
|
"inc/queue.php",
|
|
"inc/functions.php"
|
|
]
|
|
},
|
|
"license": "Tinyboard + vichan",
|
|
"authors": [
|
|
{
|
|
"name": "savetheinternet",
|
|
"homepage": "https://github.com/savetheinternet"
|
|
},
|
|
{
|
|
"name": "czaks",
|
|
"homepage": "https://github.com/czaks"
|
|
},
|
|
{
|
|
"name": "ctrlcctrlv",
|
|
"homepage": "https://github.com/ctrlcctrlv"
|
|
},
|
|
{
|
|
"name": "h00j",
|
|
"homepage": "https://github.com/h00j"
|
|
}
|
|
]
|
|
}
|