robust-websocket
Version:
A robust reconnecting WebSocket client for the browser
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "robust-websocket",
"version": "1.0.0",
"description": "A robust reconnecting WebSocket client for the browser",
"main": "robust-websocket.js",
"scripts": {
"test": "node -e \"require('grunt').tasks(['test']);\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathanboktae/robust-websocket.git"
},
"keywords": [
"websocket",
"browser",
"client",
"websocket-client",
"reconnecting",
"retrying"
],
"author": "Nathan Black <nathan@nathanblack.org>",
"license": "ISC",
"bugs": {
"url": "https://github.com/nathanboktae/robust-websocket/issues"
},
"homepage": "https://github.com/nathanboktae/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"
}
}