summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/crossfilter2/bower.json
blob: 7fbdaeda405c2f0f13ec5ef2de8c8e7324246eff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "crossfilter2",
  "description": "Fast multidimensional filtering for coordinated views.",
  "main": "crossfilter.min.js",
  "license": "Apache-2.0",
  "keywords": [
    "analytics",
    "visualization",
    "crossfilter"
  ],
  "homepage": "https://github.com/crossfilter/crossfilter",
  "moduleType": [
    "globals",
    "node"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "package.json",
    "index.js",
    "src",
    "component.json",
    "media",
    "test",
    "tests"
  ]
}