-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
44 lines (44 loc) · 1.01 KB
/
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
40
41
42
43
44
{
"name": "socketio-sticky-session",
"description": "Sticky session balancer with layer 4 capabilities, based on a `cluster` module",
"version": "0.4.3",
"author": "Fedor Indutny <[email protected]>",
"main": "./lib/sticky-session",
"dependencies": {},
"engines": {
"node": ">= 0.6.0"
},
"devDependencies": {
"longjohn": "^0.2.11",
"socket.io": "^1.4.3",
"socket.io-client": "^1.4.3"
},
"optionalDependencies": {},
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wzrdtales/socket-io-sticky-session.git"
},
"keywords": [
"socket",
"socketio",
"socket.io",
"io",
"hash",
"ip",
"sticky",
"session",
"balanced",
"load"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wzrdtales/socket-io-sticky-session/issues"
},
"homepage": "https://github.com/wzrdtales/socket-io-sticky-session"
}