File: //data/Geometra-Web-Client-master/node_modules/reflux/bower.json
{
"name": "reflux",
"version": "6.4.1",
"homepage": "https://github.com/spoike/reflux",
"authors": [
"Mikael Brassman <mishakun@gmail.com>"
],
"description": "A simple library for uni-directional dataflow architecture inspired by ReactJS Flux",
"main": "dist/reflux.js",
"keywords": [
"action",
"event",
"data",
"flux",
"reactjs"
],
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"src",
"Gruntfile.js",
"karma.conf.js",
"package.json"
],
"dependencies": {
}
}