-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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
{
"name": "fusionmaps",
"main": "fusioncharts.js",
"bugs": {
"url": "http://www.fusioncharts.com/contact-support/"
},
"description": "Data-driven maps in JavaScript from FusionMaps (FusionCharts). Over 2,000+ maps of all countries, regions, counties etc.",
"keywords": [
"maps",
"choropleth-maps",
"js-maps",
"fusioncharts",
"fusionmaps",
"javascript-maps",
"data-driven-maps",
"us-dma-map",
"usa-color-coded-map",
"usa-states-map",
"uk-data-map"
],
"license": "http://www.fusioncharts.com/buy/",
"repository": {
"type": "git",
"url": "https://github.com/fusioncharts/fusionmaps-dist"
},
"author": "FusionCharts, Inc. <support@fusioncharts.com>",
"version": "4.0.0",
"homepage": "http://www.fusioncharts.com/",
"dependencies": {
"@babel/runtime": "^7.9.2",
"@fusioncharts/accessibility": "^1.9.1",
"@fusioncharts/charts": "^4.0.0",
"@fusioncharts/constructor": "^1.9.1",
"@fusioncharts/core": "^1.9.1",
"@fusioncharts/datatable": "^1.9.1",
"@fusioncharts/features": "^1.9.1",
"@fusioncharts/fusiontime": "^2.9.1",
"@fusioncharts/maps": "^4.0.0",
"@fusioncharts/powercharts": "^4.0.0",
"@fusioncharts/utils": "^1.9.1",
"@fusioncharts/widgets": "^4.0.0",
"mutationobserver-shim": "^0.3.5",
"promise-polyfill": "^8.1.3"
}
}