mu-local
Version:
An official local transport driver for mu, it allows for in-process/in-browser message dispatching
30 lines (29 loc) • 738 B
JSON
{
"name": "mu-local",
"version": "1.0.4",
"description": "An official local transport driver for mu, it allows for in-process/in-browser message dispatching",
"main": "index.js",
"keywords": [
"local",
"mu",
"transport",
"microservices",
"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)"
],
"dependencies": {
"mu-transport": "^1.0.4"
},
"license": "MIT"
}