{ "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": "*" , "s": "*" } }