-
Notifications
You must be signed in to change notification settings - Fork 12
/
manifest.json
47 lines (47 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
45
46
47
{
"name": "Indicators",
"version": "2.1.6",
"title": "Indicators",
"author": {
"name": "Black Label",
"url": "http://www.blacklabel.pl/"
},
"licenses": [{
"type": "Creative Commons Attribution (CC)",
"url": "https://github.com/blacklabel/indicators/blob/master/license.txt"
}],
"dependencies": {
"highstock": "2.1.5+"
},
"demo": [
"https://jsfiddle.net/BlackLabel/RE7sS/"
],
"description": "Highstock plugin to add technical indicators to charts.",
"keywords": [
"indicators",
"sma",
"ema",
"atr",
"rsi",
"highcharts",
"highstock",
"highcharts-addon"
],
"maintainers": [{
"name": "Sebastian Bochan",
"email": "[email protected]",
"url": "http://www.blacklabel.pl"
},{
"name": "Paweł Fus",
"email": "[email protected]",
"url": "http://www.blacklabel.pl"
},{
"name": "Kacper Madej",
"email": "[email protected]",
"url": "http://www.blacklabel.pl"
}],
"homepage": "http://blacklabel.github.io/indicators/",
"docs": "https://github.com/blacklabel/indicators/",
"bugs": "https://github.com/blacklabel/indicators/issues",
"download": "https://github.com/blacklabel/indicators/archive/master.zip"
}