forked from MiningCryptoLive/progpowz-nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.13 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
{
"name": "cryptonote-nodejs-pool",
"version": "1.4.0",
"license": "GPL-2.0",
"Original author": "Daniel Vandal",
"Maintained by": "Musclesonvacation",
"repository": {
"type": "git",
"url": "https://github.com/muscleman/cryptonote-nodejs-pool.git"
},
"dependencies": {
"async": "1",
"base58-native": "*",
"bignum": "*",
"cli-color": "*",
"multi-hashing": "git+https://github.com/EasyX-Community/node-multi-hashing.git",
"stratum-pool": "git+https://github.com/mhssamadani/ErgoStratumServer.git",
"cryptoforknote-util": "git+https://github.com/hyle-team/zano-node-util.git",
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git",
"dateformat": "^4.5.1",
"mailgun.js": "*",
"node-telegram-bot-api": "*",
"nodemailer": "^6.4.11",
"nodemailer-sendmail-transport": "1.0.2",
"redis": "^3.1.2",
"socket.io": "^2.1.1",
"time-ago": "*",
"zeromq": "^5.2.0",
"rxjs": "^6.5.4",
"uint64be": "^3.0.0"
},
"engines": {
"node": ">=8.11.3"
}
}