-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
65 lines (65 loc) · 1.54 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
{
"name": "RyBot_Trader",
"version": "0.0.0",
"description": "an API agnostic trade bot (BTC-e tested)",
"scripts": {
"start": "node server.js",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/Ryex/RyBot_TradeBot.git"
},
"keywords": [
"BTC-E",
"Bitcoin",
"Lightcoin",
"Trade"
],
"author": "Ryex",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ryex/RyBot_TradeBot/issues"
},
"homepage": "https://github.com/Ryex/RyBot_TradeBot",
"dependencies": {
"async": "^0.9.0",
"bcrypt": "^0.7.8",
"btc-e": "0.0.16",
"connect-flash": "^0.1.1",
"ejs": "^1.0.0",
"express": "^4.7.2",
"mongodb": "^1.4.8",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"passport-localapikey": "0.0.1",
"body-parser": "^1.5.2",
"compression": "^1.0.9",
"cookie-session": "^1.0.2",
"morgan": "^1.2.2",
"cookie-parser": "^1.3.2",
"express-session": "^1.7.2",
"static-favicon": "^2.0.0-alpha",
"response-time": "^2.0.0",
"errorhandler": "^1.1.1",
"method-override": "^2.1.2",
"connect-timeout": "^1.2.1",
"vhost": "^2.0.0",
"csurf": "^1.4.0",
"verror": "^1.4.0",
"colors": "^0.6.2",
"moment": "^2.8.1",
"mkdirp": "^0.5.0",
"callsite": "^1.0.0",
"bootstrap": "^3.2.0",
"rekuire": "^0.1.5",
"lodash": "^2.4.1",
"request": "^2.39.0"
},
"devDependencies": {
"vows": "^0.7.0",
"istanbul": "^0.3.0",
"coveralls": "^2.11.1",
"zombie": "^2.0.0-alpha31"
}
}