Files
socket.io/package.json
2012-01-03 10:31:01 -08:00

17 lines
440 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.2"
}
, "devDependencies": {
"mocha": "*"
, "expect.js": "*"
, "superagent": "*"
}
}