diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f5feb1b --- /dev/null +++ b/bower.json @@ -0,0 +1,29 @@ +{ + "name": "crossfilter-helpers", + "version": "1.1.0", + "license": "Apache-2.0", + "description": "Reduction functions for Crossfilter's reduce()", + "keywords": [ + "data", + "analytics", + "aggregation", + "crossfilter" + ], + "homepage": "https://github.com/wssbck/crossfilter-helpers", + "main": [ + "crossfilter-helpers.js", + "crossfilter-helpers.min.js" + ], + "ignore": [ + "/.*", + "spec", + "src", + "node_modules", + "gulpfile.js", + "package.json" + ], + "dependencies": { + "crossfilter": "~1.3.9", + "decimal.js": "~4.0.1" + } +}