UNPKG

1.78 kBJSONView Raw
1{
2 "name": "froalacharts",
3 "version": "1.0.0",
4 "releaseDate": "2020-11-06",
5 "description": "Froala Charts - A collection of interactive charts to build data visualizations for web and mobile applications.",
6 "main": "froalacharts.js",
7 "npmName": "froala-editor",
8 "author": "froala",
9 "license": "https://www.ideracorp.com/Legal/Froala/FroalaChartsLicenseAgreement",
10 "maintainers": [
11 {
12 "name": "Froala Labs"
13 }
14 ],
15 "scripts": {
16 "test": "echo \"Error: no test specified\" && exit 1",
17 "prepublishOnly": "./scripts/build/prepublish",
18 "postpublish": "./scripts/build/postpublish"
19 },
20 "dependencies": {
21 "@babel/runtime": "^7.9.2",
22 "@froalacharts/charts": "^1.0.0",
23 "@froalacharts/constructor": "^1.0.0",
24 "@froalacharts/core": "^1.0.0",
25 "@froalacharts/datatable": "^1.0.0",
26 "@froalacharts/features": "^1.0.0",
27 "@froalacharts/fusiontime": "^1.0.0",
28 "@froalacharts/powercharts": "^1.0.0",
29 "@froalacharts/utils": "^1.0.0",
30 "@froalacharts/widgets": "^1.0.0",
31 "mutationobserver-shim": "^0.3.5",
32 "promise-polyfill": "^8.1.3"
33 },
34 "bugs": {
35 "url": "https://froala.com/contact/"
36 },
37 "repository": {
38 "type": "git",
39 "url": "git+https://github.com/fusioncharts/fusioncharts-dist.git"
40 },
41 "homepage": "https://froala.com/",
42 "keywords": [
43 "froalacharts",
44 "charts",
45 "dataviz",
46 "graphs",
47 "visualization",
48 "js-charts",
49 "javascript-charts",
50 "dashboards",
51 "data-stories",
52 "bar-charts",
53 "pie-charts",
54 "line-charts",
55 "area-charts",
56 "column-charts",
57 "gantt-chart"
58 ],
59 "devDependencies": {
60 "@babel/cli": "^7.8.4",
61 "@babel/core": "^7.9.0",
62 "terser": "^4.0.2"
63 },
64 "gitHead": "add6d680d5ade5d52dad675b4c320e1798f0ada9"
65}