@theatersoft/bus
Version:
Bus messaging connects distributed clients and services
34 lines • 689 B
JSON
{
"name": "@theatersoft/bus",
"version": "1.16.2",
"description": "Bus messaging connects distributed clients and services",
"keywords": [
"bus",
"message",
"messaging",
"distributed",
"rpc",
"pub",
"sub",
"event",
"websocket"
],
"repository": "theatersoft/bus",
"main": "bus.js",
"browser": "bus.browser.js",
"module": "bus.browser.es.js",
"engines": {
"node": ">=8.5.0"
},
"author": "Rob Huehn <rob@theatersoft.com>",
"private": false,
"license": "AGPL-3.0",
"devDependencies": {},
"scripts": {
"link": "npm link --no-package-lock",
"start": "node start.js"
},
"dependencies": {
"ws": "^1.1.0"
}
}