mu-transport
Version:
The official protocol implementation and transport driver factory used internally by mu
30 lines (29 loc) • 744 B
JSON
{
"name": "mu-transport",
"version": "1.0.4",
"description": "The official protocol implementation and transport driver factory used internally by mu",
"main": "index.js",
"keywords": [
"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)"
],
"license": "MIT",
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"uuid": "^3.0.0"
}
}