Files
peya-nodejs-pool/package.json

33 lines
891 B
JSON
Raw Normal View History

{
"name": "cryptonote-nodejs-pool",
"version": "1.4.0",
"license": "GPL-2.0",
"Original author": "Daniel Vandal",
"Maintained by": "Musclesonvacation",
"repository": {
"type": "git",
2020-02-11 15:38:30 +03:00
"url": "https://github.com/dvandal/cryptonote-nodejs-pool.git"
},
"dependencies": {
2021-02-24 14:37:57 -05:00
"async": "^3.2.0",
"base58-native": "*",
"bignum": "*",
"cli-color": "*",
"cryptoforknote-util": "git://github.com/MoneroOcean/node-cryptoforknote-util.git",
"cryptonight-hashing": "git://github.com/MoneroOcean/node-cryptonight-hashing.git",
"dateformat": "*",
2021-02-24 14:37:57 -05:00
"domexception": "*",
"mailgun.js": "*",
"node-telegram-bot-api": "*",
2021-02-24 14:37:57 -05:00
"nodemailer": "^6.4.18",
"nodemailer-sendmail-transport": "*",
"redis": "*",
2021-02-24 14:37:57 -05:00
"socket.io": "^3.1.1",
"time-ago": "*",
2021-02-24 14:37:57 -05:00
"turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/node8-multi-hashing.git"
},
"engines": {
"node": ">=8.11.3"
}
}