1{
2    "name": "sabre/event",
3    "description": "sabre/event is a library for lightweight event-based programming",
4    "keywords": [
5        "Events",
6        "EventEmitter",
7        "Promise",
8        "Hooks",
9        "Plugin",
10        "Signal"
11    ],
12    "homepage": "http://sabre.io/event/",
13    "license": "BSD-3-Clause",
14    "require": {
15        "php": ">=5.4.1"
16    },
17    "authors": [
18        {
19            "name": "Evert Pot",
20            "email": "me@evertpot.com",
21            "homepage": "http://evertpot.com/",
22            "role": "Developer"
23        }
24    ],
25    "support": {
26        "forum": "https://groups.google.com/group/sabredav-discuss",
27        "source": "https://github.com/fruux/sabre-event"
28    },
29    "autoload": {
30        "psr-4": {
31            "Sabre\\Event\\": "lib/"
32        }
33    },
34    "require-dev": {
35        "sabre/cs": "~0.0.1",
36        "phpunit/phpunit" : "*"
37    },
38    "config" : {
39        "bin-dir" : "bin/"
40    }
41}
42