mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-01-16 21:08:30 +01:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "circlepuller/tinyboard",
|
|
"description": "Tinyboard is a light-weight, fast, highly configurable and user-friendly imageboard software package released under a non-restrictive open-source license. It is written in PHP and has few dependencies.",
|
|
"type": "project",
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.2.9"
|
|
}
|
|
},
|
|
"require": {
|
|
"ext-pdo": "*",
|
|
"ext-gd": "*",
|
|
"gettext/gettext": "^4.4",
|
|
"twig/twig": "^2.9",
|
|
"twig/extensions": "^1.5",
|
|
"geoip/geoip": "^1.16",
|
|
"mrclay/minify": "^3.0",
|
|
"awsumchan/ip": "^1.1",
|
|
"erusev/parsedown": "^1.7"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Saunders",
|
|
"email": "dsaunders@dansaunders.me"
|
|
}
|
|
],
|
|
"suggest": {
|
|
"ext-imagick": "Allows the use of ImageMagick for image handling",
|
|
"ext-openssl": "Allows for enhanced security features through OpenSSL",
|
|
"ext-apcu": "Allows the use of APCu for cache storage",
|
|
"ext-redis": "Allows the use of Redis for cache storage",
|
|
"ext-memcached": "Allows the use of Memcached for cache storage",
|
|
"ext-xcache": "Allows the use of XCache for cache storage"
|
|
}
|
|
}
|