{
  "name": "mom-nucleo",
  "version": "1.0.12",
  "description": "Componente central de una arquitectura mom (message-oriented middleware). Basado en intercambio de mensajes asincronicos con soporte de eventEmitter. No esta ligado a ningun negocio particular.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poximan/mom-nucleo.git"
  },
  "dependencies": {
    "mom-bus-comunic": "^1.0.9"
  },
  "keywords": [
    "mom",
    "middleware",
    "message",
    "queue",
    "async",
    "event-driven-prog"
  ],
  "author": "jose devia, hugo donato",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/poximan/mom-nucleo/issues"
  },
  "homepage": "https://github.com/poximan/mom-nucleo#readme"
}
