forked from highcharts/export-csv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
35 lines (35 loc) · 924 Bytes
/
manifest.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
{
"name": "Export Data",
"version": "1.4.2",
"title": "Export chart data to CSV, XLS, HTML or JS array",
"demo": [
"http://jsfiddle.net/highcharts/cqjvD/",
"http://jsfiddle.net/highcharts/2Jyn5/"
],
"author": {
"name": "Torstein Hønsi",
"url": "https://github.com/highslide-software"
},
"maintainers": [
{
"name": "Torgrim Thorsen",
"url": "https://github.com/SirAlexiner",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/highslide-software/export-csv/blob/master/LICENSE"
}
],
"description": "Highcharts plugin to export the chart data to CSV, XLS or HTML table.",
"keywords": [
"export",
"csv",
"xls"
],
"dependencies": {
"Highcharts": ">=3.0.0"
}
}