forked from ourarash/crypto-aggregator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.6 KB
/
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
52
53
54
55
56
57
58
{
"name": "crypto-aggregator",
"version": "1.0.7",
"description": "Aggregates cryptocurrency prices from various exchanges. Prices from different exchanges are weighted by their volume. The result is the Volume-Weighted-Average-Market-Pair-Price (VWAMPP) for each cryptocurrency.",
"main": "lig/ca.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ourarash/crypto-aggregator.git"
},
"keywords": [
"cryptocurrency",
"crypto",
"VWAMPP",
"Volume-Weighted-Average-Market-Pair-Price",
"market",
"cap",
"coins",
"aggregator",
"price-aggregator"
],
"author": "Ari Saif",
"license": "ISC",
"bugs": {
"url": "https://github.com/ourarash/crypto-aggregator/issues"
},
"homepage": "https://github.com/ourarash/crypto-aggregator#readme",
"dependencies": {
"ansi": "^0.3.1",
"ansicolor": "^1.1.71",
"as-table": "^1.0.31",
"asciichart": "^1.5.7",
"axios": "^0.19.0",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.16",
"ccxt": "^1.18.850",
"check-disk-space": "^2.0.0",
"child_process": "^1.0.2",
"clone": "^2.1.2",
"coingecko-api": "^1.0.5",
"coinmarketcap": "^0.2.0",
"coinmarketcap-api": "^1.1.0",
"cron": "^1.3.0",
"lodash": "^4.17.15",
"log-with-statusbar": "^1.1.18",
"moment": "^2.19.3",
"moment-duration-format": "^2.3.2",
"money": "^0.2.0",
"numeral": "^2.0.6",
"open-exchange-rates": "^0.3.0",
"progress-string": "^1.2.2",
"simple-statistics": "^7.0.2",
"statistics": "^3.3.0",
"table": "^5.4.1"
}
}