forked from socketio/engine.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 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
45
46
47
48
49
50
51
52
53
{
"name": "engine.io",
"version": "1.6.11",
"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/socketio/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": {
"accepts": "1.3.3",
"base64id": "0.1.0",
"debug": "2.2.0",
"engine.io-parser": "1.2.4",
"ws": "1.1.0"
},
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"engine.io-client": "1.6.11",
"expect.js": "0.2.0",
"gulp": "3.9.0",
"gulp-babel": "6.1.1",
"gulp-mocha": "2.2.0",
"mocha": "2.3.4",
"s": "0.1.1",
"superagent": "0.15.4",
"uws": "0.4.0"
},
"scripts": {
"test": "gulp test; EIO_WS_ENGINE=uws gulp test;"
},
"repository": {
"type": "git",
"url": "git@github.com:socketio/engine.io.git"
}
}