forked from dvandal/cryptonote-nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 907 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-nodejs-pool",
"version": "1.3.5",
"license": "GPL-2.0",
"author": "Daniel Vandal",
"repository": {
"type": "git",
"url": "https://github.com/dvandal/cryptonote-nodejs-pool.git"
},
"dependencies": {
"async": "^1.5.2",
"base58-native": "^0.1.4",
"bignum": "^0.13.0",
"cli-color": "^1.2.0",
"cryptoforknote-util": "git://github.com/MoneroOcean/node-cryptoforknote-util.git",
"cryptonight-hashing": "git://github.com/ConcealNetwork/node-cryptonight-hashing.git",
"dateformat": "^3.0.3",
"mailgun.js": "^2.0.1",
"node-telegram-bot-api": "^0.30.0",
"nodemailer": "^2.7.2",
"nodemailer-sendmail-transport": "^1.0.2",
"redis": "^2.8.0",
"socket.io": "^2.1.1",
"time-ago": "^0.2.1"
},
"engines": {
"node": ">=4.0"
}
}