{
  "name": "sse-channel",
  "version": "4.0.2",
  "description": "Server-Sent Events \"channel\" where all messages are broadcasted to all connected clients, history is maintained automatically and server attempts to keep clients alive by sending \"keep-alive\" packets automatically.",
  "main": "index.js",
  "scripts": {
    "coverage": "nyc node_modules/.bin/_mocha -- --reporter spec",
    "test": "mocha --reporter spec",
    "test-travis": "nyc node_modules/.bin/_mocha --report lcovonly -- --reporter spec",
    "prepublishOnly": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rexxars/sse-channel.git"
  },
  "keywords": [
    "sse",
    "channel",
    "real-time",
    "server-sent-events",
    "html5",
    "eventsource",
    "messaging"
  ],
  "author": "Espen Hovlandsdal <espen@hovlandsdal.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rexxars/sse-channel/issues"
  },
  "homepage": "https://github.com/rexxars/sse-channel",
  "dependencies": {
    "eventsource-encoder": "^1.0.2"
  },
  "devDependencies": {
    "eventsource": "^4.1.0",
    "mocha": "^8.2.1",
    "nyc": "^15.1.0"
  }
}
