forked from blacklabel/annotations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
41 lines (41 loc) · 1.11 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
{
"name": "Annotations",
"version": "1.3.0",
"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": [
"http://jsfiddle.net/BlackLabel/7m3Mr/",
"http://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"
],
"maintainers": [
{
"name": "Sebastian Bochan",
"email": "[email protected]",
"url": "http://www.blacklabel.pl"
},{
"name": "Paweł Fus",
"email": "[email protected]",
"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"
}