refract-redux-xstream
Version:
Refract bindings for Redux with xstream: harness the power of reactive programming to supercharge your components!
32 lines (31 loc) • 862 B
JSON
{
"name": "refract-redux-xstream",
"description": "Refract bindings for Redux with xstream: harness the power of reactive programming to supercharge your components!",
"version": "1.4.1",
"main": "index.js",
"jsnext:main": "index.es.js",
"module": "index.es.js",
"typings": "types/index.d.ts",
"sideEffects": false,
"license": "MIT",
"peerDependencies": {
"redux": ">= 3.5.0 < 5.0.0",
"xstream": ">= 11.3.0 < 12.0.0"
},
"keywords": [
"functional",
"reactive",
"effects",
"side-effects",
"redux",
"xstream"
],
"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"
}