mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
13 lines
339 B
JSON
13 lines
339 B
JSON
{
|
|
"name": "engine"
|
|
, "version": "0.1.0"
|
|
, "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional client between client and server"
|
|
, "dependencies": {
|
|
"engine-client": "0.1.0"
|
|
, "websocket.io": "0.1.0"
|
|
}
|
|
, "devDependencies": {
|
|
"mocha": "0.0.1-alpha3"
|
|
}
|
|
}
|