-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·70 lines (70 loc) · 1.57 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
66
67
68
69
70
{
"name": "poloLenderPro",
"version": "1.3.4",
"description": "smart Poloniex lending bot - an automated engine for lending funds on Poloniex exchange",
"author": "dutu <[email protected]>",
"license": "MIT",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/dutu/pololender.git"
},
"keywords": [
"poloniex",
"bitcoin",
"btc",
"etherum",
"eth",
"lend",
"lending",
"bot",
"automatic",
"advisor",
"pololender",
"xmr",
"monero"
],
"bugs": {
"url": "https://github.com/dutu/pololender/issues"
},
"engines": {
"node": "^8.2.1",
"npm": "^5.3.0"
},
"scripts": {
"start": "node -r babel-register app.js"
},
"dependencies": {
"async": "^2.5.0",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0",
"big.js": "^3.2.0",
"bitfinex-api-node": "^1.2.1",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"debug": "^2.6.9",
"express": "^4.15.3",
"financejs": "^4.1.0",
"less-middleware": "^2.2.0",
"lodash": "^4.17.4",
"lowdb": "^0.16.2",
"moment": "^2.18.1",
"mongoose": "^4.11.3",
"morgan": "^1.8.2",
"node-env-file": "^0.1.8",
"nonce": "^1.0.4",
"poloniex-api-node": "^1.3.1",
"pug": "^2.0.0-rc.2",
"request": "^2.81.0",
"semver": "^5.3.0",
"sendgrid": "^5.2.0",
"serve-favicon": "^2.4.3",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"uniqid": "^4.1.1",
"uuid": "^3.1.0",
"winston": "^2.3.1",
"winston-telegram": "^1.2.1"
},
"devDependencies": {}
}