{
  "name": "cometd",
  "version": "9.0.1",
  "description": "Comet and WebSocket library for web messaging",
  "keywords": ["comet", "websocket", "messaging", "pubsub", "publish", "subscribe", "rpc", "p2p", "peer-to-peer"],
  "homepage": "https://cometd.org",
  "bugs": {
    "url": "https://bugs.cometd.org"
  },
  "license": "Apache-2.0",
  "main": "cometd.js",
  "type": "module",
  "types": "cometd.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/cometd/cometd-javascript.git"
  }
}
