UNPKG

herald-server

Version:

Server for sending messages by publish-subscribe, and whisper.

32 lines (31 loc) 754 B
{ "name": "herald-server", "version": "1.0.6", "description": " Server for sending messages by publish-subscribe, and whisper.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/NumminorihSF/herald-server.git" }, "keywords": [ "publish", "subscribe", "socket", "herald", "rpc", "server", "messaging" ], "author": "Konstantine Petryaev <numminorihsf@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/NumminorihSF/herald-server/issues" }, "homepage": "https://github.com/NumminorihSF/herald-server#readme", "dependencies": { "crypt-maker": "^0.2.3" } }