mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
27 lines
852 B
JSON
27 lines
852 B
JSON
{
|
|
"name": "engine.io"
|
|
, "version": "0.3.9"
|
|
, "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>"
|
|
, "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" }
|
|
]
|
|
, "dependencies": {
|
|
"debug": "0.6.0"
|
|
, "ws": "~0.4.21"
|
|
, "engine.io-client": "0.3.9"
|
|
, "base64id": "0.1.0"
|
|
}
|
|
, "devDependencies": {
|
|
"mocha": "*"
|
|
, "expect.js": "*"
|
|
, "superagent": "*"
|
|
, "ws": "*"
|
|
, "s": "*"
|
|
}
|
|
, "scripts" : { "test" : "make test" }
|
|
}
|