forked from socketio/engine.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.12 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
{
"name": "engine.io"
, "version": "0.7.10"
, "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server"
, "main": "./lib/engine.io"
, "author": "Guillermo Rauch <[email protected]>"
, "homepage": "https://github.com/LearnBoost/engine.io"
, "repository" : {
"type" : "git"
, "url" : "git://github.com/LearnBoost/engine.io.git"
}
, "contributors": [
{ "name": "Eugen Dueck", "web": "https://github.com/EugenDueck" },
{ "name": "Afshin Mehrabani", "web": "https://github.com/afshinm" },
{ "name": "Christoph Dorn", "web": "https://github.com/cadorn" }
]
, "dependencies": {
"debug": "0.6.0"
, "ws": "0.4.31"
, "engine.io-parser": "0.3.0"
, "base64id": "0.1.0"
}
, "devDependencies": {
"mocha": "*"
, "expect.js": "*"
, "superagent": "*"
, "engine.io-client": "0.7.10"
, "s": "*"
}
, "scripts" : { "test" : "make test" }
, "repository": {
"type": "git"
, "url": "[email protected]:LearnBoost/engine.io.git"
}
}