-
Notifications
You must be signed in to change notification settings - Fork 16
/
manifest.json
44 lines (44 loc) · 1.17 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
{
"name": "Annotations",
"version": "1.3.3",
"title": "Annotations",
"author": {
"name": "Black Label",
"url": "http://www.blacklabel.pl/"
},
"licenses": [
{
"type": "Creative Commons Attribution (CC)",
"url": "https://github.com/blacklabel/annotations/blob/master/license.txt"
}
],
"dependencies": {
"highcharts": "3.0.7+"
},
"demo": [
"https://jsfiddle.net/BlackLabel/7m3Mr/",
"https://jsfiddle.net/BlackLabel/N6GR9/"
],
"description": "Plugin that add annotations to Highcharts library. Advanced demo is available on the github: http://blacklabel.github.io/annotations/",
"keywords": [
"annotations",
"highcharts",
"highstock",
"highcharts-addon"
],
"maintainers": [
{
"name": "Sebastian Bochan",
"email": "sebastian2@blacklabel.pl",
"url": "http://www.blacklabel.pl"
},{
"name": "Paweł Fus",
"email": "pawel@blacklabel.pl",
"url": "http://www.blacklabel.pl"
}
],
"homepage": "http://blacklabel.github.io/annotations/",
"docs": "https://github.com/blacklabel/annotations/",
"bugs": "https://github.com/blacklabel/annotations/issues",
"download": "https://github.com/blacklabel/annotations/archive/master.zip"
}