Files
socket.io/package.json
Guillermo Rauch 425366528f Bumped mocha
2011-12-04 19:18:59 -08:00

13 lines
331 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.io-client": "0.1.0"
, "websocket.io": "0.1.0"
}
, "devDependencies": {
"mocha": "*"
}
}