-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 948 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 948 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
33
34
35
36
37
38
39
40
{
"name": "databridges-sio-client-lib",
"version": "2.0.4",
"description": "DataBridges Node.js client Library. Register at https://www.databridges.io",
"keywords": [
"optomate",
"databridges",
"pubsub",
"rpc",
"websocket",
"socket.io",
"ws",
"events",
"realtime",
"real-time"
],
"private": false,
"engines": {
"node": ">= 4.2.6"
},
"author": {
"name": "Optomate Technologies Private Limited.",
"email": "tech@optomate.io",
"url": "https://www.optomate.io"
},
"main": "src/dbridges.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/databridges-io/lib.js.node.sio.client.git"
},
"homepage": "https://github.com/databridges-io/lib.js.node.sio.client",
"bundleDependencies": false,
"deprecated": false,
"dependencies": {
"moment": "^2.29.4",
"node-fetch": "^2.6.1",
"socket.io-client": "^4.8.1"
}
}