{
  "name": "event-wire",
  "version": "4.0.0",
  "description": "Mediator with dynamic responsibility chains.",
  "keywords": [
    "event",
    "events",
    "mediator",
    "broker",
    "bus"
  ],
  "repository": "nodeca/event-wire",
  "license": "MIT",
  "scripts": {
    "test": "standardx -v . && TEST_BLUEBIRD=1 mocha --reporter=min && nyc mocha",
    "covreport": "nyc report --reporter html && nyc report --reporter lcov"
  },
  "files": [
    "index.js"
  ],
  "devDependencies": {
    "bluebird": "^3.5.0",
    "co": "^4.6.0",
    "mocha": "^8.3.0",
    "nyc": "^15.1.0",
    "standardx": "^7.0.0"
  }
}
