mu
Version:
A message-pattern based router for building distributed systems
35 lines (34 loc) • 847 B
JSON
{
"name": "mu",
"version": "2.0.5",
"description": "A message-pattern based router for building distributed systems",
"main": "index.js",
"keywords": [
"microservices",
"mu",
"messaging",
"router",
"distributed"
],
"repository": {
"type": "git",
"url": "https://github.com/apparatus/mu.git"
},
"author": "Peter Elger (https://github.com/pelger)",
"contributors": [
"David Mark Clements (https://github.com/davidmarkclements)",
"Dean McDonnell (https://github.com/mcdonnelldean)",
"Matteo Collina (https://github.com/mcollina)"
],
"license": "MIT",
"dependencies": {
"bloomrun": "^3.0.0",
"fast-safe-stringify": "^1.1.3",
"mu-error": "^1.4.5",
"mu-local": "^1.0.4",
"mu-router": "^1.0.4",
"mu-tcp": "^1.0.4",
"pino": "^3.0.1",
"uuid": "^3.0.0"
}
}