refract-xstream
Version:
Refract bindings for React with xstream: harness the power of reactive programming to supercharge your components!
35 lines (34 loc) • 921 B
JSON
{
"name": "refract-xstream",
"description": "Refract bindings for React with xstream: 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",
"xstream": ">= 11.3.0 < 12.0.0"
},
"keywords": [
"functional",
"reactive",
"effects",
"side-effects",
"react",
"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",
"dependencies": {
"symbol-observable": "~1.2.0"
}
}