mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
11 lines
270 B
JSON
11 lines
270 B
JSON
{
|
|
"name": "engine.io-client",
|
|
"type": "commonjs",
|
|
"browser": {
|
|
"ws": false,
|
|
"./transports/polling-xhr.node.js": "./transports/polling-xhr.js",
|
|
"./transports/websocket.node.js": "./transports/websocket.js",
|
|
"./globals.node.js": "./globals.js"
|
|
}
|
|
}
|