-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
31 lines (31 loc) · 860 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
31
{
"name": "cryptonote-merged-pool",
"version": "1.4.0",
"license": "GPL-2.0",
"Original author": "Daniel Vandal",
"Maintained by": "Musclesonvacation",
"repository": {
"type": "git",
"url": "https://github.com/wombatlabs/cryptonote-merged-pool.git"
},
"dependencies": {
"async": "1",
"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": "*",
"mailgun.js": "*",
"node-telegram-bot-api": "*",
"nodemailer": "2.7.2",
"nodemailer-sendmail-transport": "*",
"redis": "*",
"socket.io": "^2.1.1",
"time-ago": "*",
"turtlecoin-multi-hashing": "https://github.com/turtlecoin/node8-multi-hashing.git"
},
"engines": {
"node": ">=8.11.3"
}
}