Files
socket.io/package.json
2012-01-14 09:37:39 -08:00

19 lines
475 B
JSON

{
"name": "engine.io"
, "version": "0.1.0"
, "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional client between client and server"
, "main": "./lib/engine.io"
, "dependencies": {
"debug": "0.1.0"
, "engine.io-client": "0.1.0"
, "websocket.io": "0.1.4"
}
, "devDependencies": {
"mocha": "*"
, "expect.js": "*"
, "superagent": "*"
, "ws": "*"
, "s": "*"
}
}