-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
49 lines (49 loc) · 1.31 KB
/
package.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
{
"name": "fusioncharts",
"main": "fusioncharts.js",
"bugs": {
"url": "http://www.fusioncharts.com/contact-support/"
},
"description": "FusionCharts JavaScript charting framework",
"license": "http://www.fusioncharts.com/buy/",
"repository": {
"type": "git",
"url": "git+https://github.com/fusioncharts/fusioncharts-dist.git"
},
"author": "FusionCharts, Inc. <[email protected]>",
"version": "4.1.0",
"homepage": "http://www.fusioncharts.com/",
"keywords": [
"fusioncharts",
"charts",
"dataviz",
"graphs",
"visualization",
"js-charts",
"javascript-charts",
"dashboards",
"data-stories",
"bar-charts",
"pie-charts",
"line-charts",
"area-charts",
"column-charts",
"gantt-chart"
],
"dependencies": {
"@babel/runtime": "7.9.2",
"@fusioncharts/accessibility": "1.9.4",
"@fusioncharts/charts": "4.1.0",
"@fusioncharts/constructor": "1.9.4",
"@fusioncharts/core": "1.9.4",
"@fusioncharts/datatable": "1.9.4",
"@fusioncharts/features": "1.9.4",
"@fusioncharts/fusiontime": "2.9.4",
"@fusioncharts/maps": "4.1.0",
"@fusioncharts/powercharts": "4.1.0",
"@fusioncharts/utils": "1.9.4",
"@fusioncharts/widgets": "4.1.0",
"mutationobserver-shim": "0.3.5",
"promise-polyfill": "8.1.3"
}
}