1{
2    "name"       : "hoa/visitor",
3    "description": "The Hoa\\Visitor library.",
4    "type"       : "library",
5    "keywords"   : ["library", "visitor", "visit", "structure"],
6    "homepage"   : "https://hoa-project.net/",
7    "license"    : "BSD-3-Clause",
8    "authors"    : [
9        {
10            "name" : "Ivan Enderlin",
11            "email": "ivan.enderlin@hoa-project.net"
12        },
13        {
14            "name"    : "Hoa community",
15            "homepage": "https://hoa-project.net/"
16        }
17    ],
18    "support": {
19        "email" : "support@hoa-project.net",
20        "irc"   : "irc://chat.freenode.net/hoaproject",
21        "forum" : "https://users.hoa-project.net/",
22        "docs"  : "https://central.hoa-project.net/Documentation/Library/Visitor",
23        "source": "https://central.hoa-project.net/Resource/Library/Visitor"
24    },
25    "require": {
26        "hoa/consistency": "~1.0"
27    },
28    "require-dev": {
29        "hoa/test": "~2.0"
30    },
31    "autoload": {
32        "psr-4": {
33            "Hoa\\Visitor\\": "."
34        }
35    },
36    "extra": {
37        "branch-alias": {
38            "dev-master": "2.x-dev"
39        }
40    }
41}
42