-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
33 lines (33 loc) · 971 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
32
33
{
"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/bigbangcore/node-cryptonight-hashing.git"
},
"dependencies": {
"async": "1",
"base58-native": "*",
"bignum": "*",
"cli-color": "^2.0.0",
"cryptonight-hashing": "git://github.com/bigbangcore/node-cryptonight-hashing.git",
"dateformat": "*",
"mailgun.js": "*",
"node-schedule": "^1.3.2",
"node-telegram-bot-api": "^0.40.0",
"nodemailer": "2.7.2",
"nodemailer-sendmail-transport": "*",
"redis": "*",
"request": "^2.88.0",
"request-promise-native": "^1.0.8",
"socket.io": "^2.1.1",
"time-ago": "*"
},
"cryptoforknote-util": "#",
"engines": {
"node": ">=8.11.3"
}
}