forked from socketio/socket.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 845 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
40
41
42
43
44
{
"name": "socket.io",
"version": "1.0.0",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
"framework",
"websocket",
"tcp",
"events",
"socket",
"io"
],
"dependencies": {
"debug": "*",
"engine.io": "0.7.12",
"socket.io-parser": "1.0.2",
"socket.io-client": "LearnBoost/socket.io-client",
"send": "~0.1.0"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"supertest": "*"
},
"contributors": [
{
"name": "Guillermo Rauch",
"email": "[email protected]"
},
{
"name": "Arnout Kazemier",
"email": "[email protected]"
},
{
"name": "Vladimir Dronnikov",
"email": "[email protected]"
},
{
"name": "Einar Otto Stangvik",
"email": "[email protected]"
}
]
}