forked from askmike/gekko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.09 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
{
"name": "gekko",
"version": "0.3.2",
"description": "A bitcoin trading bot for auto trading at various exchanges",
"keywords": [
"trading",
"bot",
"bitcoin"
],
"scripts": {
"test": "./node_modules/.bin/mocha test/*.js -u tdd --reporter spec"
},
"author": "Mike van Rossum <[email protected]>",
"dependencies": {
"async": "0.2.x",
"bitexthai": "^0.1.0",
"bitfinex-api-node": "0.2.9",
"bitstamp": "0.3.x",
"bitx": "^1.5.0",
"btc-china-fork": "0.0.6",
"btc-e": "0.0.x",
"cexio": "0.0.x",
"commander": "^2.9.0",
"kraken-api": "0.1.x",
"lakebtc_nodejs": "0.1.x",
"lodash": "2.x",
"moment": "2.4.x",
"okcoin-china": "0.0.7",
"poloniex.js": "0.0.6",
"prompt-lite": "0.1.1",
"pushbullet": "1.4.3",
"relieve": "^2.0.1",
"semver": "2.2.1",
"sqlite3": "3.1.4",
"zaif.jp": "^0.1.4"
},
"devDependencies": {
"chai": "^2.0.0",
"mocha": "^2.1.1",
"sinon": "^1.12.2"
},
"engines": {
"node": ">=6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/askmike/gekko.git"
}
}