mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2025-01-19 07:22:26 +08:00
29 lines
572 B
JSON
29 lines
572 B
JSON
{
|
|
"name": "suk-ws/ph-bookshelf",
|
|
"description": "一个简单简洁(?)的文档书架实现。",
|
|
"keywords": ["website", "documentation-tool", "markdown"],
|
|
"minimum-stability": "alpha",
|
|
"type": "website",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "A.C.Sukazyo Eyre",
|
|
"email": "email@example.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SukWs\\Bookshelf\\": "src"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"ext-dom": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-fileinfo": "*",
|
|
"league/commonmark": ">=2.4",
|
|
"symfony/yaml": ">=4.0",
|
|
"elephox/mimey": ">=4.0"
|
|
}
|
|
}
|