{
  "name": "pm2-intercom",
  "version": "1.0.0",
  "description": "Basic system to broadcast message to all other processes",
  "main": "index.js",
  "scripts": {
    "test": "DEBUG='*' mocha test/*.mocha.js"
  },
  "dependencies" : {
    "pm2"    : "Unitech/pm2#development",
    "pmx"    : "latest",
    "async"  : "latest",
    "semver" : "*"
  },
  "devDependencies": {
    "mocha"           : "2.x",
    "should"          : "^7.0.0",
    "better-assert"   : "^1.0.0"
  },
  "keywords": [
    "pubsub",
    "intercomunication",
    "microservice",
    "service",
    "zeromq",
    "axon",
    "pm2"
  ],
  "config" : {
    "default-strategy" : "broadcast"
  },
  "author": "Alexandre Strzelewicz",
  "license": "MIT"
}
