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