forked from BitcoinNova/bitcoinnova-nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 910 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
{
"name": "bitcoinnova-nodejs-pool",
"version": "2.1.5",
"license": "GPL-2.0",
"Original author": "BitcoinNova Developers",
"Maintained by": "SuperBlockchainPool",
"repository": {
"type": "git",
"url": "https://github.com/BitcoinNova/bitcoinnova-nodejs-pool.git"
},
"dependencies": {
"async": "3.2.0",
"base58-native": "*",
"bignum": "*",
"bufferutil": "*",
"cli-color": "*",
"cryptoforknote-util": "https://github.com/MoneroOcean/node-cryptoforknote-util",
"cryptonight-hashing": "https://github.com/MoneroOcean/node-cryptonight-hashing",
"dateformat": "4.5.1",
"discord.js": "^12.5.1",
"domexception": "*",
"mailgun.js": "*",
"node-telegram-bot-api": "*",
"nodemailer": "*",
"nodemailer-sendmail-transport": "*",
"nodemon": "^2.0.20",
"redis": "3.1.2",
"socket.io": "3.1.1",
"time-ago": "*",
"utf-8-validate": "*"
},
"engines": {
"node": ">=8.11.3"
}
}