{ "name": "engine.io", "version": "1.0.5", "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", "main": "./lib/engine.io", "author": "Guillermo Rauch ", "homepage": "https://github.com/LearnBoost/engine.io", "repository": { "type": "git", "url": "git://github.com/LearnBoost/engine.io.git" }, "contributors": [ { "name": "Eugen Dueck", "web": "https://github.com/EugenDueck" }, { "name": "Afshin Mehrabani", "web": "https://github.com/afshinm" }, { "name": "Christoph Dorn", "web": "https://github.com/cadorn" }, { "name": "Mark Mokryn", "email": "mokesmokes@gmail.com"} ], "dependencies": { "debug": "0.6.0", "ws": "0.4.31", "engine.io-parser": "1.0.3", "base64id": "0.1.0" }, "devDependencies": { "mocha": "1.12.0", "expect.js": "0.2.0", "superagent": "0.15.4", "engine.io-client": "1.0.5", "s": "0.1.1" }, "scripts": { "test" : "make test" }, "repository": { "type": "git", "url": "git@github.com:LearnBoost/engine.io.git" } }