mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2024-11-24 13:52:19 +08:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
|
{
|
||
|
"name" : "hoa/regex",
|
||
|
"description": "The Hoa\\Regex library.",
|
||
|
"type" : "library",
|
||
|
"keywords" : ["library", "regex", "compiler"],
|
||
|
"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/Regex",
|
||
|
"source": "https://central.hoa-project.net/Resource/Library/Regex"
|
||
|
},
|
||
|
"require": {
|
||
|
"hoa/consistency": "~1.0",
|
||
|
"hoa/exception" : "~1.0",
|
||
|
"hoa/math" : "~1.0",
|
||
|
"hoa/protocol" : "~1.0",
|
||
|
"hoa/ustring" : "~4.0",
|
||
|
"hoa/visitor" : "~2.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Hoa\\Regex\\": "."
|
||
|
}
|
||
|
},
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.x-dev"
|
||
|
}
|
||
|
}
|
||
|
}
|