UNPKG

sse-events

Version:

SSE event source polyfill wrapped in Node.js like EventEmitter with performance fixes and custom api. Compatible with React/React-Native.

33 lines (32 loc) 793 B
{ "name": "sse-events", "version": "1.0.0", "description": "SSE event source polyfill wrapped in Node.js like EventEmitter with performance fixes and custom api. Compatible with React/React-Native.", "main": "EventSource.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository" : { "type" : "git", "url" : "https://github.com/rjblopes/sse-events.git" }, "keywords": [ "sse", "event-source", "server-side-events", "polyfill", "react", "react-native", "eventemitter", "performance" ], "author": "Ricardo Lopes <ricardo.lopes@ikual.com>", "license": "MIT", "dependencies": { "eventemitter3": "^3.1.0", "url": "^0.11.0" }, "peerDependencies": { "xmlhttprequest": ">= 1.8.0" } }