-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
29 lines (29 loc) · 843 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
{
"name": "cryptonote-swap-pool",
"version": "1.3.5",
"license": "GPL-2.0",
"author": "swap-dev",
"repository": {
"type": "git",
"url": "https://github.com/swap-dev/cryptonote-swap-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": "6.9.8",
"nodemailer-sendmail-transport": "*",
"redis": "*",
"socket.io": "^2.1.1",
"time-ago": "*"
},
"engines": {
"node": ">=4.0"
}
}