forked from pascal-triangle/pascalcoin-open-pool
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.16 KB
/
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
34
35
36
37
38
39
40
41
42
{
"name": "pascal-free-pool",
"version": "0.0.10",
"description": "Open Source PascalCoin Pool",
"homepage": "https://github.com/PascalCoinFreePool/PascalCoinFreePool",
"license": "GPL-2.0",
"main": "init.js",
"author": {
"name": "PascalCoin",
"email": "[email protected]",
"url": "https://www.pascalcoin.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/PascalCoinFreePool/PascalCoinFreePool.git"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"async": "^2.6.1",
"base58-native": "^0.1.4",
"bignum": "^0.13.0",
"cli-color": "^1.4.0",
"dateformat": "^3.0.3",
"mailgun.js": "^2.0.1",
"node-json-minify": "^1.0.0",
"node-randomhash": "git://github.com/PascalCoinFreePool/node-randomhash.git",
"nodemailer": "^2.7.2",
"nodemailer-sendmail-transport": "^1.0.2",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"keywords": [
"randomhash",
"pascalcoin"
],
"engines": {
"node": ">=8.1.4"
}
}