1{
2    "name"    : "eve",
3
4    "author"  : {
5        "name"  : "Dmitry Baranovskiy",
6        "email" : "dmitry@baranovskiy.com",
7        "url"   : "http://dmitry.baranovskiy.com"
8    },
9	"description" : "Simple custom events",
10    "version" : "0.5.0",
11
12    "main"    : "./eve.js",
13
14    "repository": {
15        "type": "git",
16        "url": "git@github.com:adobe-webplatform/eve.git"
17    }
18}
19