fluo
Version:
A prototype-based fork of the Reflux data flow library similar to Facebook Flux
34 lines (33 loc) • 659 B
JSON
{
"name": "fluo",
"version": "1.0.1",
"homepage": "https://github.com/spoike/reflux",
"authors": [
"Mikael Brassman <mishakun@gmail.com>",
"Jan Kuča <jan@jankuca.com> (http://jankuca.com)"
],
"description": "A prototype-based fork of the Reflux data flow library similar to Facebook Flux",
"main": "dist/fluo.js",
"keywords": [
"action",
"event",
"data",
"flux",
"reflux",
"fluo",
"reactjs"
],
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"src",
"Gruntfile.js",
"package.json",
"README.md"
],
"dependencies": {
}
}