UNPKG

symple

Version:

Realtime messaging and presence server

44 lines (43 loc) 1.05 kB
{ "name": "symple", "version": "2.1.1", "description": "Realtime messaging and presence server", "main": "./lib/symple.js", "dependencies": { "@socket.io/redis-adapter": "^7.1.0", "debug": "4.3.4", "notepack.io": "~2.2.0", "socket.io-adapter": "~2.3.0", "uid2": "0.0.3", "redis": "4.0.4", "socket.io": "^4.4.1" }, "devDependencies": { "jsdoc-to-markdown": "^7.1.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js", "docs": "jsdoc2md ./lib/symple.js --template README.hbs > README.md" }, "repository": { "type": "git", "url": "git+https://github.com/sourcey/symple-server.git" }, "keywords": [ "symple", "server", "realtime", "messaging", "websocket", "streaming", "webrtc", "chat" ], "author": "Kam Low <auscaster@gmail.com> (http://sourcey.com)", "license": "MIT", "bugs": { "url": "https://github.com/sourcey/symple-server/issues" }, "homepage": "http://sourcey.com/symple" }