Files
socket.io/package.json
Guillermo Rauch 70e64eafa7 Added expect.js
2011-12-21 18:02:23 -08:00

14 lines
359 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"
, "dependencies": {
"engine.io-client": "0.1.0"
, "websocket.io": "0.1.2"
}
, "devDependencies": {
"mocha": "*"
, "expect.js": "*"
}
}