backoff-rxjs
Version:
A collection of helpful RxJS operators to deal with backoff strategies (like exponential backoff)
31 lines • 821 B
JSON
{
"name": "backoff-rxjs",
"version": "7.0.0",
"description": "A collection of helpful RxJS operators to deal with backoff strategies (like exponential backoff)",
"main": "./index.js",
"types": "./index.d.ts",
"es2015": "./esm2015/index.js",
"module": "./esm5/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-okrushko/backoff-rxjs.git"
},
"keywords": [
"RxJS",
"backoff",
"exponential"
],
"author": "Alex Okrushko",
"license": "MIT",
"bugs": {
"url": "https://github.com/alex-okrushko/backoff-rxjs/issues"
},
"homepage": "https://github.com/alex-okrushko/backoff-rxjs#readme",
"peerDependencies": {
"rxjs": "^7.0.0"
},
"devDependencies": {},
"private": false,
"unpkg": "./bundles/backoff-rxjs.min.umd.js"
}