-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 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
{
"author": {
"name": "Jarett Dunn",
"email": "[email protected]"
},
"bundleDependencies": false,
"dependencies": {
"@okfe/okex-node": "0.0.48",
"binance-api-node": "^0.8.20",
"bit_mex_api": "^1.2.1",
"bitfinex-api-node": "^2.0.4",
"bitmex-node": "^1.7.0",
"bitmex-websocket": "0.0.6",
"bitsharesjs": "^1.8.3",
"body-parser": "^1.18.3",
"ccxt": "^1.18.398",
"co": "4.6.0",
"cors": "^2.8.5",
"deribit-api": "^1.0.2",
"deribit-ws-js": "^3.1.0",
"dotenv": "^7.0.0",
"ejs": "^2.6.1",
"esm": "^3.2.22",
"express": "^4.16.4",
"hitbtc-api": "^3.0.2",
"moment": "^2.24.0",
"mongodb": "^3.2.2",
"node-coinigy": "^2.0.1",
"node-okex-ws-spot": "^1.1.4",
"okex-api-node": "^0.1.0",
"path": "*",
"poloniex-api-node": "^1.9.0",
"portfolio-analytics": "0.0.4",
"request": "^2.88.0",
"serve-favicon": "*",
"socks-proxy-agent": "^4.0.2",
"system-sleep": "^1.3.6",
"trendyways": "^0.4.2",
"underscore": "^1.9.1",
"web3": "^1.0.0-beta.51"
},
"scripts": {
"start": "node hitbtc.js"
},
"deprecated": false,
"description": "Engine for Quoinex noticing skillz",
"engines": {
"node": ">=0.6"
},
"name": "qouinexnoticer",
"version": "1.0.4"
}