package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of htmx-ext-sse Show documentation
Show all versions of htmx-ext-sse Show documentation
The `Server Sent Events` extension connects to an [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) directly from HTML. It manages the connections to your web server, listens for server events, an
{
"name": "htmx-ext-sse",
"main": "sse.js",
"version": "2.2.2",
"scripts": {
"lint": "eslint test/ext test",
"lint-fix": "eslint test/ext test --fix",
"format": "eslint --fix test/ext test",
"test": "mocha-chrome test/index.html",
"www": "bash ./scripts/www.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigskysoftware/htmx-extensions.git"
},
"devDependencies": {
"chai": "^4.3.10",
"chai-dom": "^1.12.0",
"mocha": "10.1.0",
"mocha-chrome": "https://github.com/Telroshan/mocha-chrome",
"sinon": "^9.2.4",
"htmx.org": "^2.0.2"
}
}