forked from hpcc-systems/Visualization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
63 lines (63 loc) · 1.45 KB
/
bower.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "hpcc-viz",
"version": "1.14.2-dev",
"description": "HPCC Visualization Framework",
"keywords": [
"Visualization",
"BigData",
"HPCC",
"Chart",
"Graph"
],
"main": [
"dist/hpcc-viz.css",
"dist/hpcc-viz-common.js",
"dist/hpcc-viz-api.js",
"dist/hpcc-viz-layout.js",
"dist/hpcc-viz-other.js",
"dist/hpcc-viz-form.js",
"dist/hpcc-viz-graph.js",
"dist/hpcc-viz-tree.js",
"dist/hpcc-viz-chart.js",
"dist/hpcc-viz-amchart.js",
"dist/hpcc-viz-c3chart.js",
"dist/hpcc-viz-google.js",
"dist/hpcc-viz-map.js",
"dist/hpcc-viz-composite.js",
"dist/hpcc-viz-marshaller.js"
],
"ignore": [
"apps",
"demos",
"src",
".*",
"gulpfile.js",
"rjs.noop.js",
"package.json"
],
"dependencies": {
"c3": "~0.4.11",
"colorbrewer": "~1.0.0",
"d3": "~3.5.17",
"font-awesome": "~4.7.0",
"topojson": "~1.6.26",
"dagre": "https://raw.githubusercontent.com/cpettitt/dagre/v0.7.3/dist/dagre.js",
"d3-cloud": "~1.2.2",
"d3-plugins": "*",
"amcharts3": "~3.18.0",
"simpleheat": "https://raw.githubusercontent.com/mourner/simpleheat/v0.3.0/simpleheat.js",
"es6-promise": "~3.2.2",
"javascript-auto-complete": "~1.0.4",
"d3-tip": "~0.6.7",
"handsontable": "~0.24.3",
"grid-list": "~0.3.4",
"orb": "~1.0.9"
},
"resolutions": {
"d3": "~3.5.17"
},
"license": "Apache-2.0",
"authors": [
"HPCC Systems"
]
}