@rifo/rxjs-polling
Version:
RxJS HTTP Polling
37 lines (36 loc) • 976 B
JSON
{
"name": "@rifo/rxjs-polling",
"version": "1.0.0",
"description": "RxJS HTTP Polling",
"keywords": [
"RxJS HTTP Polling",
"HTTP Polling",
"Polling",
"Angular Polling"
],
"author": "Ofir Fridman",
"repository": {
"type": "git",
"url": "https://github.com/ofirrifo/rxjs-polling.git"
},
"homepage": "https://github.com/ofirrifo/rxjs-polling",
"engines": {
"node": ">=10.9.0 <13.0.0",
"yarn": ">=1.9.0 <2.0.0"
},
"license": "MIT",
"peerDependencies": {
"rxjs": "~6.5.2",
"tslib": "^1.10.0"
},
"main": "bundles/rifo-rxjs-polling.umd.js",
"module": "fesm5/rifo-rxjs-polling.js",
"es2015": "fesm2015/rifo-rxjs-polling.js",
"esm5": "esm5/rifo-rxjs-polling.js",
"esm2015": "esm2015/rifo-rxjs-polling.js",
"fesm5": "fesm5/rifo-rxjs-polling.js",
"fesm2015": "fesm2015/rifo-rxjs-polling.js",
"typings": "rifo-rxjs-polling.d.ts",
"metadata": "rifo-rxjs-polling.metadata.json",
"sideEffects": false
}