UNPKG

jquery-sse

Version:

jQuery Plugin for Server-Sent Events (SSE) EventSource Polyfill

34 lines (33 loc) 709 B
{ "name": "jquery-sse", "version": "0.1.5", "description": "jQuery Plugin for Server-Sent Events (SSE) EventSource Polyfill", "main": "jquery.sse.js", "directories": { "example": "examples" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/byjg/jquery-sse.git" }, "keywords": [ "jquery", "jquery-plugin", "server-sent events", "sse", "eventsource", "event-source", "polyfill" ], "author": "João Gilberto Magalhães", "license": "MIT", "bugs": { "url": "https://github.com/byjg/jquery-sse/issues" }, "dependencies": { "jquery": ">=1.7.0" } }