forked from hpcc-systems/Visualization
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
55 lines (55 loc) · 1.24 KB
/
bower.json
File metadata and controls
55 lines (55 loc) · 1.24 KB
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
{
"name": "hpcc-viz",
"version": "1.9.0",
"description": "HPCC Visualization Framework",
"keywords": [
"Visualization",
"BigData",
"HPCC",
"Chart",
"Graph"
],
"main": [
"dist/hpcc-viz.min.css",
"dist/hpcc-viz-common.min.js",
"dist/hpcc-viz-api.min.js",
"dist/hpcc-viz-layout.min.js",
"dist/hpcc-viz-other.min.js",
"dist/hpcc-viz-form.min.js",
"dist/hpcc-viz-graph.min.js",
"dist/hpcc-viz-tree.min.js",
"dist/hpcc-viz-chart.min.js",
"dist/hpcc-viz-amchart.min.js",
"dist/hpcc-viz-c3chart.min.js",
"dist/hpcc-viz-google.min.js",
"dist/hpcc-viz-map.min.js",
"dist/hpcc-viz-marshaller.min.js"
],
"ignore": [
"apps",
"demos",
"src",
".*",
"gulpfile.js",
"rjs.noop.js",
"package.json"
],
"dependencies": {
"c3": "^0.4.10",
"colorbrewer": "^1.0.0",
"d3": "^3.5.5",
"font-awesome": "^4.3.0",
"topojson": "^1.6.19",
"dagre": "https://raw.githubusercontent.com/cpettitt/dagre/v0.7.1/dist/dagre.js",
"d3-cloud": "^1.1.2",
"amcharts": "^3.14.1",
"simpleheat": "git://github.com/mourner/simpleheat.git#gh-pages"
},
"resolutions": {
"d3": "^3.5.5"
},
"license": "Apache",
"authors": [
"HPCC Systems"
]
}