refract-rxjs
Version:
Refract bindings for React with RxJS: harness the power of reactive programming to supercharge your components!
32 lines (31 loc) • 830 B
JSON
{
"name": "refract-rxjs",
"description": "Refract bindings for React with RxJS: harness the power of reactive programming to supercharge your components!",
"version": "5.0.0-rc.0",
"main": "index.js",
"jsnext:main": "index.es.js",
"module": "index.es.js",
"typings": "types/index.d.ts",
"sideEffects": false,
"license": "MIT",
"peerDependencies": {
"react": ">= 15.0.0",
"rxjs": "^6.0.0"
},
"keywords": [
"functional",
"reactive",
"effects",
"side-effects",
"react",
"rxjs"
],
"repository": {
"type": "git",
"url": "https://github.com/fanduel-oss/refract.git"
},
"bugs": {
"url": "https://github.com/fanduel-oss/refract/issues"
},
"homepage": "https://refract.js.org"
}