{ "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" }, "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/" } ] }