forked from askmike/gekko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 903 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
{
"name": "gekko",
"version": "0.1.2",
"description": "A bitcoin trading bot for auto trading at various exchanges",
"keywords": [
"trading",
"bot",
"bitcoin"
],
"scripts": {
"test": "scripts/run_unit_tests"
},
"author": "Mike van Rossum <[email protected]>",
"dependencies": {
"cryptsy-api": "0.1.x",
"mtgox-apiv2": "1.0.x",
"lodash": "2.x",
"moment": "2.4.x",
"btc-e": "0.0.x",
"cexio": "0.0.x",
"bitstamp": "0.1.x",
"bitfinex": "git+https://github.com/naddison36/bitfinex.git",
"async": "0.2.x",
"nedb": "0.9.4",
"line-reader": "0.2.x",
"semver": "2.2.1",
"kraken-api": "0.1.x",
"lakebtc_nodejs": "0.1.x",
"pushbullet": "1.4.3"
},
"devDependencies": {
"nodeunit": "0.8.2"
},
"engines": { "node": ">=0.10.x" },
"repository": {
"type": "git",
"url": "https://github.com/askmike/gekko.git"
}
}