forked from funwithcrypto/cryptonote-nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 988 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
{
"name": "cryptonote-nodejs-pool",
"version": "2.0.0",
"license": "GPL-2.0",
"Original author": "Daniel Vandal",
"Maintained by": "LOUD-Mining",
"repository": {
"type": "git",
"url": "https://github.com/LOUD-Mining/cryptonote-nodejs-pool.git"
},
"dependencies": {
"async": "1",
"base58-native": "*",
"bignum": "https://github.com/justmoon/node-bignum",
"cli-color": "*",
"cryptoforknote-util": "https://github.com/LOUD-Mining/cryptoforknote-util.git",
"cryptonight-hashing": "https://github.com/LOUD-Mining/cryptonight-hashing.git",
"dateformat": "^4.0.0",
"mailgun.js": "https://github.com/LOUD-Mining/mailgun-js.git",
"node-telegram-bot-api": "*",
"nodemailer": "6.8.0",
"nodemailer-sendmail-transport": "*",
"redis": "^3.1.2",
"socket.io": "4.5.4",
"time-ago": "*"
},
"engines": {
"node": "12.22.12"
}
}