Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

48 lines
1.3 KiB

{
"name": "leftypol/leftypol",
"description": "leftypol imageboard",
"type": "project",
"require": {
"twig/twig": "^1.44.2",
"lifo/ip": "^1.0",
"gettext/gettext": "^1.0",
"mrclay/minify": "^2.1.6",
"geoip/geoip": "^1.17"
},
"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/polyfill.php",
"inc/error.php",
"inc/functions.php"
]
},
"license": "Tinyboard + vichan",
"authors": [
{
"name": "tinyboard contributors",
"homepage": "https://github.com/savetheinternet/Tinyboard"
},
{
"name": "vichan contributors",
"homepage": "https://github.com/vichan-devel/vichan/"
},
{
"name": "lainchan contributors",
"homepage": "https://github.com/lainchan/lainchan/"
},
{
"name": "leftypol contributors",
"homepage": "https://git.leftypol.org/leftypol/leftypol/"
}
]
}