-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
42 lines (42 loc) · 1008 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
40
41
42
{
"name": "cryptrade",
"version": "0.0.2",
"description": "Bitcoin trading bot based on Node/JS",
"main": "cryptrade.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node install.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pulsecat/cryptrade.git"
},
"keywords": [
"nodejs",
"bitcoin",
"trading",
"mtgox",
"bitstamp"
],
"author": "Pulsecat",
"license": "BSD",
"bugs": {
"url": "https://github.com/pulsecat/cryptrade/issues"
},
"dependencies": {
"attempt": "~1.0.0",
"commander": "~2.0.0",
"underscore": "~1.5.2",
"fibers": "~1.0.1",
"cson": "~1.4.4",
"socket.io-client": "~0.9.16",
"winston": "~0.7.2",
"mtgox-apiv2": "~1.0.6",
"talib": "~0.2.12",
"iced-coffee-script": "~1.6.3-g",
"coffee-script": "~1.6.3",
"bitstamp": "git+https://github.com/pulsecat/bitstamp.git#v0.0.11",
"btc-e": "0.0.11",
"cexio": "0.0.1"
}
}