{ "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.6.0" , "engine.io-client": "git://github.com/LearnBoost/engine.io-client.git#822ff7ed4a" , "websocket.io": "0.1.6" } , "devDependencies": { "mocha": "*" , "expect.js": "*" , "superagent": "*" , "ws": "*" , "s": "*" } , "scripts" : { "test" : "make test" } }