forked from askmike/gekko
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 830 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
{
"name": "gekko",
"version": "0.1.0",
"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": "git://github.com/mlmurray/npm-cryptsy-api.git#master",
"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",
"async": "0.2.x",
"nedb": "0.9.4",
"line-reader": "0.2.x",
"semver": "2.2.1",
"kraken-api" :"0.1.x"
},
"devDependencies": {
"nodeunit": "0.8.2"
},
"engines": { "node": ">=0.10.x" },
"repository": {
"type": "git",
"url": "https://github.com/askmike/gekko.git"
}
}