forked from username1565/cryptonote-nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 887 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": "1.4.0",
"license": "GPL-2.0",
"Original author": "Daniel Vandal",
"Maintained by": "Musclesonvacation",
"repository": {
"type": "git",
"url": "https://github.com/Armor-Network/armor-nodejs-pool.git"
},
"dependencies": {
"async": "1",
"base58-native": "*",
"bignum": "git+https://github.com/justmoon/node-bignum.git",
"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": "4.0.0",
"mailgun.js": "git+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"
}
}