forked from anandanand84/technicalindicators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 990 Bytes
/
bower.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
48
{
"name": "technicalindicators",
"description": "Techincal Indicators written in javascript",
"main": "dist/browser.js",
"authors": [
],
"license": "MIT",
"keywords": [
"Technical indicators",
"Technical analysis",
"finance",
"forex",
"stocks",
"rsi",
"relative strength index",
"macd",
"moving average convergence divergance and histogram",
"ema",
"exponential moving average",
"sma",
"simple moving average",
"wma",
"weighted moving average",
"kst",
"know sure thing",
"roc",
"rate of change",
"bollinger bands",
"atr",
"Average true range",
"Stochastic",
"WilliamsR",
"Accumulation Distribution Line",
"adl",
"On Balance Volume",
"OBV"
],
"homepage": "https://github.com/anandanand84/technicalindicators",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}