forked from campurro/cryptonote-nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
29 lines (29 loc) · 848 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",
"base58-native": "*",
"bignum": "*",
"cli-color": "*",
"cryptoforknote-util": "git://github.com/campurro/node-cryptoforknote-util.git",
"cryptonight-hashing": "git://github.com/MoneroOcean/node-cryptonight-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"
}
}