{
  "name": "pm2-intercom-next",
  "version": "1.0.3",
  "description": "Basic system to broadcast message to all other processes",
  "main": "index.js",
  "scripts": {
    "test": "DEBUG='*' mocha test/*.mocha.js"
  },
  "dependencies": {
    "async": "^3.2.4",
    "pm2": "^5.2.0",
    "pmx": "^1.6.7",
    "semver": "^7.3.7"
  },
  "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": "byself.wang",
  "license": "MIT"
}
