-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 834 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 834 Bytes
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
{
"name": "jolt-js-api",
"version": "1.1.9",
"description": "JavaScript & Node.js client for the Jolt in-memory messaging broker",
"main": "src/JoltClient.js",
"scripts": {
"example": "node examples/simple-chat.js",
"example:advanced": "node examples/advanced-usage.js"
},
"keywords": [
"jolt",
"messaging",
"broker",
"pubsub",
"real-time",
"tcp",
"ndjson"
],
"author": "DevArqf",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Jolt-Database/jolt-js-api"
},
"homepage": "https://github.com/Jolt-Database/jolt-js-api#readme",
"bugs": {
"url": "https://github.com/Jolt-Database/jolt-js-api/issues"
},
"engines": {
"node": ">=14.0.0"
}
}