-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathmanifest.json
47 lines (47 loc) · 1.22 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "Grouped-Categories",
"version": "1.3.2",
"title": "Grouped Categories",
"author": {
"name": "Black Label",
"url": "https://blacklabel.pl/highcharts/"
},
"licenses": [
{
"type": "Creative Commons Attribution (CC)",
"url": "https://github.com/blacklabel/grouped_categories/blob/master/license.txt"
}
],
"dependencies": {
"highcharts": ">=2.3.5"
},
"demo": [
"https://jsfiddle.net/BlackLabel/TFhd7/"
],
"description": "Plugin that allows grouped categories for Highcharts.",
"keywords": [
"highcharts",
"grouped",
"categories",
"highcharts-addon"
],
"maintainers": [
{
"name": "Sebastian Bochan",
"email": "[email protected]",
"url": "https://blacklabel.pl/highcharts/"
},{
"name": "Paweł Fus",
"email": "[email protected]",
"url": "https://blacklabel.pl/highcharts/"
},{
"name": "Kacper Madej",
"email": "[email protected]",
"url": "https://blacklabel.pl/highcharts/"
}
],
"homepage": "http://blacklabel.github.io/grouped_categories/",
"docs": "https://github.com/blacklabel/grouped_categories/",
"bugs": "https://github.com/blacklabel/grouped_categories/issues",
"download": "https://github.com/blacklabel/grouped_categories/archive/master.zip"
}