UNPKG

@jknott/typescript-robust-websocket

Version:

A robust reconnecting WebSocket client for the browser with ts compatability based on robust-websocket

46 lines (45 loc) 1.26 kB
{ "name": "@jknott/typescript-robust-websocket", "version": "1.0.0", "description": "A robust reconnecting WebSocket client for the browser with ts compatability based on robust-websocket", "main": "robust-websocket.js", "scripts": { "test": "node -e \"require('grunt').tasks(['test']);\"", "patch": "npm version patch && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/bailout00/typescript-robust-websocket.git" }, "keywords": [ "websocket", "browser", "client", "websocket-client", "reconnecting", "retrying" ], "author": "Jason Knott <jknott2013@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/bailout00/typescript-robust-websocket/issues" }, "homepage": "https://github.com/bailout00/typescript-robust-websocket#readme", "devDependencies": { "bluebird": "^3.4.6", "chai": "^3.5.0", "grunt": "^0.4.5", "grunt-contrib-connect": "^0.11.2", "grunt-saucelabs": "^8.6.1", "mocha": "^3.0.2", "object.assign": "^4.0.4", "qs": "^6.2.1", "sinon-browser-only": "^1.12.1", "sinon-chai": "^2.8.0", "ws": "^1.1.1" }, "types": "./robust-websocket.d.ts", "directories": { "test": "test" } }