-
Notifications
You must be signed in to change notification settings - Fork 153
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "crypto-exchanges-gateway",
"version": "1.13.2",
"description": "Your gateway to the crypto world",
"main": "gateway.js",
"scripts": {},
"author": "Aloysius Pendergast <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/aloysius-pgast/crypto-exchanges-gateway.git"
},
"dependencies": {
"big.js": "^5.0.3",
"binance": "^1.3.5",
"bittrex-signalr-client": "git+https://github.com/aloysius-pgast/bittrex-signalr-client.git#master",
"body-parser": "^1.17.2",
"bottleneck": "^2.3.0",
"ccxt": "^1.57.94",
"chump": "^1.2.0",
"compression": "^1.7.1",
"css-select": "^2.0.0",
"debug": "^3.1.0",
"express": "^4.15.3",
"express-ipfilter": "^1.0.1",
"express-ws": "^4.0.0",
"htmlparser2": "^3.9.2",
"joi": "^13.1.2",
"lodash": "^4.17.21",
"node-bittrex-api": "^0.8.3",
"poloniex-api-node": "^1.9.0",
"request": "^2.83.0",
"retry": "^0.10.1",
"sqlite3": "^5.1.6",
"uuid": "^3.1.0",
"winston": "^2.4.5",
"ws": "^8.6.0"
},
"devDependencies": {
"mocha": "^8.3.0",
"yargs": "^16.2.0"
}
}