forked from dynexcoin/cryptonote-nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 868 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
{
"name": "dnx-cryptonote-nodejs-pool",
"version": "1.5.0",
"license": "GPL-2.0",
"Original author": "Daniel Vandal",
"Maintained by": "e4p1k0",
"repository": {
"type": "git",
"url": "https://github.com/e4p1k0/dnx-cryptonote-nodejs-pool.git"
},
"dependencies": {
"async": "^3.2.0",
"base58-native": "*",
"bignum": "*",
"bufferutil": "*",
"cli-color": "*",
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git",
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git",
"dateformat": "3.0.3",
"domexception": "*",
"mailgun.js": "*",
"node-telegram-bot-api": "*",
"nodemailer": "^6.4.18",
"nodemailer-sendmail-transport": "*",
"redis": "^3.0.2",
"socket.io": "^3.1.1",
"time-ago": "*",
"utf-8-validate": "^5.0.2"
},
"engines": {
"node": ">=8.11.3"
}
}