forked from socketio/engine.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.09 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.09 KB
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
{
"name": "engine.io",
"version": "1.5.1",
"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 <guillermo@learnboost.com>",
"homepage": "https://github.com/LearnBoost/engine.io",
"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" },
{ "name": "Mark Mokryn", "email": "mokesmokes@gmail.com"}
],
"license": "MIT",
"dependencies": {
"debug": "2.1.3",
"ws": "0.7.2",
"engine.io-parser": "1.2.1",
"base64id": "0.1.0",
"accepts": "1.1.4"
},
"devDependencies": {
"mocha": "1.12.0",
"expect.js": "0.2.0",
"superagent": "0.15.4",
"engine.io-client": "automattic/engine.io-client#e595a72",
"s": "0.1.1"
},
"scripts": { "test" : "make test" },
"repository": {
"type": "git",
"url": "git@github.com:Automattic/engine.io.git"
}
}