This library provides an easy way to send events to a web browser (or any other client) over HTTP.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415
  1. {
  2. "name": "webevents",
  3. "version": "1.2.1",
  4. "description": "A simple library for sending events from the server to the client.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://git.mort.coffee/mort/WebEvents"
  12. },
  13. "author": "Martin Dørum Nygaard <martid0311@gmail.com> (https://www.mort.coffee)",
  14. "license": "ISC"
  15. }