1{
2    "name"       : "hoa/stream",
3    "description": "The Hoa\\Stream library.",
4    "type"       : "library",
5    "keywords"   : ["library", "stream", "bucket", "composite", "context",
6                    "filter", "in", "out", "wrapper", "protocol"],
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/Stream",
24        "source": "https://central.hoa-project.net/Resource/Library/Stream"
25    },
26    "require": {
27        "hoa/consistency": "~1.0",
28        "hoa/event"      : "~1.0",
29        "hoa/exception"  : "~1.0",
30        "hoa/protocol"   : "~1.0"
31    },
32    "require-dev": {
33        "hoa/test": "~2.0"
34    },
35    "autoload": {
36        "psr-4": {
37            "Hoa\\Stream\\": "."
38        }
39    },
40    "extra": {
41        "branch-alias": {
42            "dev-master": "1.x-dev"
43        }
44    }
45}
46