Files
socket.io/package.json
Guillermo Rauch 3cc7a69b4c Bumped ws.io
2012-01-04 17:53:54 -08:00

18 lines
458 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": "*"
}
}