UNPKG

@steelbreeze/broker

Version:

Lightweight publish and subscribe using Server-Sent Events for node and express

38 lines (37 loc) 854 B
{ "name": "@steelbreeze/broker", "version": "1.0.0-beta.14", "description": "Lightweight publish and subscribe using Server-Sent Events for node and express", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/steelbreeze/broker.git" }, "keywords": [ "publish", "subscribe", "broker", "message", "messaging", "event", "server-sent" ], "author": "David Mesquita-Morris", "license": "MIT", "bugs": { "url": "https://github.com/steelbreeze/broker/issues" }, "homepage": "https://github.com/steelbreeze/broker#readme", "dependencies": { "eventsource": "latest" }, "devDependencies": { "@types/express": "latest", "@types/node": "latest", "express": "latest" } }