{ "name": "socket.io" , "version": "1.0.0-alpha1" , "description": "Real-time apps made cross-browser & easy with a WebSocket-like API" , "homepage": "http://socket.io" , "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"] , "author": "Guillermo Rauch " , "contributors": [ { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" } , { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" } , { "name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com" } , { "name": "Einar Otto Stangvik", "email": "einaros@gmail.com" } ] , "repository": { "type": "git" , "url": "https://github.com/learnboost/socket.io.git" } , "main": "./lib/socket.io" , "dependencies": { "engine.io": "0.1.0" , "socket.io-client": "1.0.0-alpha1" } , "devDependencies": { "mocha": "*" , "expect.js": "*" , "superagent": "*" } , "scripts": { "test": "make test" } }