35 lines
935 B
JSON
35 lines
935 B
JSON
{
|
|
"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/dvandal/cryptonote-nodejs-pool.git"
|
|
},
|
|
"dependencies": {
|
|
"async": "^3.2.0",
|
|
"base58-native": "*",
|
|
"bignum": "*",
|
|
"bufferutil": "*",
|
|
"cli-color": "*",
|
|
"cryptoforknote-util": "git://github.com/MoneroOcean/node-cryptoforknote-util.git",
|
|
"cryptonight-hashing": "git://github.com/MoneroOcean/node-cryptonight-hashing.git",
|
|
"dateformat": "*",
|
|
"domexception": "*",
|
|
"mailgun.js": "*",
|
|
"node-telegram-bot-api": "*",
|
|
"nodemailer": "^6.4.18",
|
|
"nodemailer-sendmail-transport": "*",
|
|
"redis": "*",
|
|
"socket.io": "^3.1.1",
|
|
"time-ago": "*",
|
|
"turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/turtlecoin-crypto.git",
|
|
"utf-8-validate": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.11.3"
|
|
}
|
|
}
|