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