UNPKG

engine.io-rooms

Version:
34 lines (33 loc) 695 B
{ "name": "engine.io-rooms", "version": "0.2.0", "description": "Simple rooms wrapper for engine.io", "author": "Jonathan Brumley <cayasso@gmail.com>", "homepage": "https://github.com/cayasso/engine.io-rooms", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/cayasso/engine.io-rooms.git" }, "keywords": [ "rooms", "channels", "realtime", "websocket", "engine.io", "socket.io" ], "license": "MIT", "dependencies": { "debug": "2.2.x" }, "devDependencies": { "mocha": "*", "expect.js": "*", "engine.io": "1.6.x", "engine.io-client": "1.6.x" } }