forked from socketio/engine.io-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent.json
More file actions
28 lines (28 loc) · 713 Bytes
/
component.json
File metadata and controls
28 lines (28 loc) · 713 Bytes
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
{
"name": "engine.io",
"version": "0.7.9",
"dependencies": {
"component/emitter": "1.0.1",
"component/indexof": "*",
"component/global": "2.0.1",
"component/has-cors": "1.0.2",
"component/ws": "1.0.0",
"LearnBoost/engine.io-protocol": "0.3.0",
"visionmedia/debug": "*",
"component/xmlhttprequest": "0.0.1"
},
"main": "lib/index.js",
"scripts": [
"lib/index.js",
"lib/socket.js",
"lib/transport.js",
"lib/emitter.js",
"lib/util.js",
"lib/transports/index.js",
"lib/transports/polling.js",
"lib/transports/polling-xhr.js",
"lib/transports/polling-jsonp.js",
"lib/transports/websocket.js",
"lib/transports/flashsocket.js"
]
}