-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 891 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
34
35
36
37
38
39
{
"name": "lightstreamer-adapter-chat",
"version": "1.1.0",
"description": "Hello world application showing how to develop simple Lightstreamer adapters based on node.",
"keywords": [
"lightstreamer",
"push",
"realtime",
"real-time",
"websocket",
"chat"
],
"homepage": "http://www.lightstreamer.com",
"repository": {
"type": "git",
"url": "https://github.com/Lightstreamer/Lightstreamer-example-Chat-adapter-node"
},
"bugs": {
"url": "http://forum.lightstreamer.com/",
"email": "support@lightstreamer.com"
},
"author": {
"name": "Lightstreamer Srl",
"email": "support@lightstreamer.com"
},
"files": [
"README.md",
"nodechat.js",
"robustconnect.js"
],
"main": "nodechat",
"engines": [
"node"
],
"dependencies": {
"command-line-args": "^5.2.1",
"lightstreamer-adapter": "^1.7.0"
}
}