forked from manu354/cryptocurrency-arbitrage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 805 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
{
"name": "cryptocurrency-arbitrage",
"version": "1.4.0",
"description": "An arbitrage bot",
"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.3"
},
"scripts": {
"test": "node main",
"start": "node main"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manu354/crypto-arbitrage.git"
},
"keywords": [
"bittrex",
"arbitrage"
],
"author": "Manu Masson",
"license": "GNU",
"bugs": {
"url": "https://github.com/manu354/crypto-arbitrage/issues"
},
"homepage": "manu354.github.io/cryptocurrency-arbitrage"
}