forked from dvandal/cryptonote-nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 960 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 960 Bytes
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
{
"name": "cryptonote-nodejs-pool",
"version": "1.4.2",
"license": "GPL-2.0",
"Original author": "Daniel Vandal",
"Maintained by": "2ACoin Developers",
"repository": {
"type": "git",
"url": "https://github.com/2acoin/2acoin-nodejs-pool.git"
},
"dependencies": {
"2acoin-cryptonote-util": "0.0.9",
"2acoin-multi-hashing": "*",
"turtlecoin-utils": "0.0.13",
"async": "1",
"base58-native": "*",
"bignum": "^0.13.1",
"cli-color": "*",
"dateformat": "*",
"domexception": "^2.0.1",
"mailgun.js": "*",
"node-telegram-bot-api": "^0.50.0",
"nodemailer": "4.0.1",
"nodemailer-sendmail-transport": "*",
"redis": "^3.0.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"socket.io": "^2.4.0",
"time-ago": "*"
},
"engines": {
"node": ">=10.23.0"
}
}