Files
socket.io/package.json
Guillermo Rauch 3bbf02b11b Initial import
2011-11-18 10:08:08 -08:00

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