UNPKG

wsrecon

Version:

Isomorphic auto reconnecting web socket client with callback support

48 lines (47 loc) 1.02 kB
{ "name": "wsrecon", "version": "0.8.1", "description": "Isomorphic auto reconnecting web socket client with callback support", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "jest --watch --runInBand --detectOpenHandles", "serve": "nodemon server.js", "build": "node scripts/build.js" }, "repository": { "type": "git", "url": "https://github.com/eldoy/wsrecon.git" }, "keywords": [ "web", "socket", "reconnect", "auto", "automatic", "websocket", "client", "browser", "fetch", "promises", "callback", "isomorphic" ], "author": "Vidar Eldøy <vidar@eldoy.com>", "license": "MIT", "bugs": { "url": "https://github.com/eldoy/wsrecon/issues" }, "homepage": "https://github.com/eldoy/wsrecon#readme", "dependencies": { "isomorphic-ws": "^4.0.1" }, "devDependencies": { "jest": "^26.6.3", "sirloin": "^0.19.19", "uglify-es": "^3.3.9", "uuid": "^8.3.2" } }