-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.18 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.18 KB
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
{
"name": "DiffBit",
"version": "1.0.0",
"description": "Cryptocurrency Arbitrage: a long/short market-neutral strategy",
"main": "main.js",
"engines": {
"node": "8.0.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"express": "^4.15.3",
"helmet": "^3.6.1",
"mongodb": "^2.2.30",
"mongoose": "^4.11.5",
"pm2": "^2.6.1",
"request": "^2.81.0",
"socket.io": "^2.0.4",
"node-telegram-bot-api": "^0.29.0",
"messaging-api-telegram": "^0.6.2"
},
"scripts": {
"test": "node main",
"start": "node main"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiffBit/Crypto-Arbitrage.git"
},
"keywords": [
"crypto",
"cryptocurrency",
"market-neutrality",
"trading-bot",
"bittrex",
"arbitrage",
"bitcoin",
"litecoin",
"ripple",
"api",
"bot",
"ethereum",
"exchange",
"invest",
"strategy",
"trading",
"btc",
"eth",
"hft",
"alt-coin",
"coinbase",
"ripple"
],
"author": "DiffBit",
"license": "GNU",
"bugs": {
"url": "https://github.com/DiffBit/Crypto-Arbitrage/issues"
},
"homepage": "DiffBit.github.io/Crypto-Arbitrage"
}