summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/crossfilter2/.bower.json
blob: 90836ab929ef8ac4a09526a60e861311dcef887a (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
29
30
31
32
33
34
35
36
37
38
{
  "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"
  ],
  "version": "1.4.7",
  "_release": "1.4.7",
  "_resolution": {
    "type": "version",
    "tag": "1.4.7",
    "commit": "8f29300df4949f70dafaeb675001d42991d75edd"
  },
  "_source": "https://github.com/crossfilter/crossfilter.git",
  "_target": "~1.4",
  "_originalSource": "crossfilter2"
}