forked from askmike/gekko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.65 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
{
"name": "gekko",
"version": "0.4.10",
"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 <mike@mvr.me>",
"dependencies": {
"async": "2.1.2",
"bitexthai": "^0.1.0",
"bitfinex-api-node": "0.2.9",
"bitstamp": "1.0.x",
"bitx": "^1.5.0",
"btc-china-fork": "0.0.6",
"btc-e": "0.0.x",
"btc-markets": "0.0.6",
"cexio": "0.0.x",
"co-fs": "^1.2.0",
"commander": "^2.9.0",
"gdax": "0.3.0",
"gekko": "0.0.9",
"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": "0.1.x",
"lakebtc_nodejs": "0.1.x",
"lodash": "2.x",
"moment": "2.4.x",
"okcoin-china": "0.0.7",
"opn": "^4.0.2",
"poloniex.js": "0.0.6",
"promisify-node": "^0.4.0",
"prompt-lite": "0.1.1",
"pushbullet": "1.4.3",
"relieve": "^2.1.3",
"semver": "2.2.1",
"sqlite3": "3.1.8",
"stats-lite": "^2.0.4",
"tiny-promisify": "^0.1.1",
"toml": "^2.3.0",
"zaif.jp": "^0.1.4"
},
"devDependencies": {
"chai": "^2.0.0",
"mocha": "^2.1.1",
"proxyquire": "^1.7.10",
"sinon": "^1.12.2"
},
"engines": {
"node": ">=6.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/askmike/gekko.git"
}
}