-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
43 lines (43 loc) · 1010 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
{
"author": {
"name": "Jarett Dunn",
"email": "[email protected]"
},
"bundleDependencies": false,
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"bitfinex-api-node": "^2.0.0-beta.1",
"body-parser": "^1.18.3",
"co": "4.6.0",
"dotenv": "*",
"express": "^4.16.3",
"hitbtc-api": "^3.0.2",
"hitbtc-node-js": "0.0.1",
"mongodb": "*",
"node-binance-api": "^0.8.0",
"path": "*",
"poloniex-api-node": "^1.9.0",
"request": "^2.87.0",
"sendgrid": "^5.2.3",
"serve-favicon": "*",
"trendyways": "^0.4.2",
"bitmex-realtime-api": "*",
"bit_mex_api": "*",
"mathjs": "*"
},
"scripts": {
"start": "node bitmexfibbmonster.js"
},
"deprecated": false,
"description": "Engine for Polo automation",
"engines": {
"node": ">=0.6"
},
"name": "polofibbmonster",
"version": "1.0.4",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1"
}
}