-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 932 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "event_hub",
"version": "1.0.1",
"description": "Event-Hub is a Gleam library that provides simple hubs with publishers and subscribers for event-driven observers. It supports asynchronous message handling and event notifications, decoupling components efficiently. It works on Erlang and JavaScript.",
"directories": {
"test": "test"
},
"scripts": {
"test": "gleam test --target javascript && gleam test --target erlang"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yerTools/event_hub.git"
},
"keywords": [
"erlang",
"events",
"events",
"gleam",
"javascript",
"notifications",
"observer",
"observer-pattern",
"publisher",
"subscriber"
],
"author": "Felix Mayer",
"license": "MIT",
"bugs": {
"url": "https://github.com/yerTools/event_hub/issues"
},
"homepage": "https://github.com/yerTools/event_hub#readme"
}