Skip to content

Commit

Permalink
#16 Added bower support, published the package
Browse files Browse the repository at this point in the history
  • Loading branch information
wssbck committed Mar 26, 2015
1 parent 0d401e3 commit 1d32fe8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 1d32fe8

Please sign in to comment.