recovery
Version:
Recover from a network failure using randomized exponential backoff
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "recovery",
"version": "0.2.6",
"description": "Recover from a network failure using randomized exponential backoff",
"main": "index.js",
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"test": "mocha test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover _mocha -- test.js",
"test-travis": "istanbul cover _mocha --report lcovonly -- test.js"
},
"keywords": [
"random",
"exponential",
"backoff",
"reconnect",
"retry",
"recovery",
"failure",
"network",
"recon",
"connection",
"connect",
"disconnect"
],
"author": "Arnout Kazemier",
"license": "MIT",
"devDependencies": {
"assume": "1.2.x",
"istanbul": "0.3.x",
"mocha": "2.2.x",
"pre-commit": "1.1.x"
},
"dependencies": {
"demolish": "1.0.x",
"eventemitter3": "1.1.x",
"millisecond": "0.1.x",
"one-time": "0.0.x",
"tick-tock": "1.0.x"
},
"repository": {
"type": "git",
"url": "https://github.com/unshiftio/recovery"
},
"pre-commit": ["coverage", "100%"]
}