mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-08-15 02:09:18 +02:00
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name" : "eve",
|
|
|
|
"author" : {
|
|
"name" : "Dmitry Baranovskiy",
|
|
"email" : "[email protected]",
|
|
"url" : "http://dmitry.baranovskiy.com"
|
|
},
|
|
"description" : "Simple custom events",
|
|
"version" : "0.4.1",
|
|
|
|
"main" : "./eve.js",
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "[email protected]:adobe/eve.git"
|
|
}
|
|
}
|