mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 13:07:25 +08:00
42 lines
1.1 KiB
JSON
Executable File
42 lines
1.1 KiB
JSON
Executable File
{
|
|
"name" : "hoa/visitor",
|
|
"description": "The Hoa\\Visitor library.",
|
|
"type" : "library",
|
|
"keywords" : ["library", "visitor", "visit", "structure"],
|
|
"homepage" : "https://hoa-project.net/",
|
|
"license" : "BSD-3-Clause",
|
|
"authors" : [
|
|
{
|
|
"name" : "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
},
|
|
{
|
|
"name" : "Hoa community",
|
|
"homepage": "https://hoa-project.net/"
|
|
}
|
|
],
|
|
"support": {
|
|
"email" : "support@hoa-project.net",
|
|
"irc" : "irc://chat.freenode.net/hoaproject",
|
|
"forum" : "https://users.hoa-project.net/",
|
|
"docs" : "https://central.hoa-project.net/Documentation/Library/Visitor",
|
|
"source": "https://central.hoa-project.net/Resource/Library/Visitor"
|
|
},
|
|
"require": {
|
|
"hoa/consistency": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"hoa/test": "~2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hoa\\Visitor\\": "."
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
}
|
|
}
|