forked from askmike/gekko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.02 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "gekko",
"version": "0.5.13",
"description": "A bitcoin trading bot for auto trading at various exchanges",
"keywords": [
"trading",
"bot",
"bitcoin",
"TA",
"finance"
],
"scripts": {
"test": "./node_modules/.bin/mocha test/*.js --recursive test -u tdd --reporter spec",
"start": "node ./gekko --config config.js --ui"
},
"author": "Mike van Rossum <[email protected]>",
"dependencies": {
"@slack/client": "^3.10.0",
"async": "2.1.2",
"binance": "^1.3.1",
"bitcoin-co-id-update": "0.0.2",
"bitexthai": "^0.1.0",
"bitfinex-api-node": "^1.2.0",
"bitstamp": "^1.0.3",
"bitx": "^1.5.0",
"btc-china-fork": "0.0.6",
"btc-markets": "0.0.10",
"cexio": "0.0.x",
"co-fs": "^1.2.0",
"coinfalcon": "^1.0.3",
"coingi": "^1.0.7",
"commander": "^2.13.0",
"gdax": "^0.4.2",
"gekko": "0.0.9",
"gemini-exchange-coffee-api": "2.0.6",
"humanize-duration": "^3.10.0",
"koa": "^1.2.0",
"koa-bodyparser": "^2.2.0",
"koa-cors": "0.0.16",
"koa-logger": "^1.3.0",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"kraken-api-es5": "^1.0.0",
"lakebtc_nodejs": "0.1.x",
"lodash": "2.x",
"moment": "^2.20.1",
"node-wex": "^1.0.3",
"node.bittrex.api": "^0.4.3",
"okcoin-china": "0.0.7",
"opn": "^4.0.2",
"poloniex.js": "0.0.7",
"promisify-node": "^0.4.0",
"prompt-lite": "0.1.1",
"pushbullet": "1.4.3",
"quadrigacx": "0.0.7",
"relieve": "^2.1.3",
"retry": "^0.10.1",
"semver": "5.4.1",
"sqlite3": "^3.1.13",
"stats-lite": "^2.0.4",
"tiny-promisify": "^0.1.1",
"toml": "^2.3.0",
"twitter": "^1.7.1",
"zaif.jp": "^0.1.4"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.0",
"proxyquire": "^1.7.10",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sinon": "^4.2.0"
},
"engines": {
"node": ">=6.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/askmike/gekko.git"
}
}