forked from Bitvested/ta.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 921 Bytes
/
package.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
49
50
51
{
"name": "ta.js",
"version": "1.16.3",
"description": "Financial Technical Analysis in JavaScript",
"main": "index.js",
"scripts": {
"test": "node ./test/test.js",
"benchmark": "node ./test/benchmark.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bitvested/ta.js.git"
},
"keywords": [
"financial",
"technical",
"analysis",
"ta",
"simple",
"weighted",
"exponential",
"sma",
"wma",
"ema",
"aroon",
"rsi",
"stochastics",
"macd",
"atr",
"vwap",
"lsma",
"least",
"squares",
"average",
"kama",
"variance",
"correlation",
"aad",
"mad",
"ssd",
"kmeans",
"monte",
"carlo"
],
"author": "Nino Kroesen",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bitvested/ta.js/issues"
},
"homepage": "https://github.com/Bitvested/ta.js#readme"
}