forked from LPHuynh/cryptonote-swap-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 944 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
{
"name": "cryptonote-ipbc-pool",
"version": "1.3.5",
"license": "GPL-2.0",
"author": "IPBC.rocks",
"repository": {
"type": "git",
"url": "https://github.com/IPBCrocks/cryptonote-ipbc-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/freehavenprotocol/node-cryptonight-hashing.git",
"multi-hashing": "git+https://github.com/freehavenprotocol/node-multi-hashing.git",
"dateformat": "*",
"mailgun.js": "*",
"node-telegram-bot-api": "*",
"nodemailer": "2.7.2",
"nodemailer-sendmail-transport": "*",
"redis": "*",
"socket.io": "^2.1.1",
"time-ago": "*"
},
"engines": {
"node": ">=4.0"
}
}