-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
58 lines (58 loc) · 1.36 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ulord-pool",
"version": "0.1.0",
"description": "ulord stratum mining pool",
"keywords": [
"stratum",
"ulord",
"mining",
"pool",
"server",
"poolserver",
"cryptohello"
],
"license": "MIT",
"author": "Zyan Wlayor",
"contributors": [
"aayanl",
"sennevb",
"Matthew Little",
"vekexasia",
"TheSeven"
],
"main": "init.js",
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"dependencies": {
"async": "^2.6.0",
"base58-native": "^0.1.4",
"bignum": "^0.12.5",
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"compression": "^1.7.2",
"dateformat": "^2.2.0",
"dot": "^1.1.2",
"md5": "^2.2.1",
"express": "^4.16.2",
"extend": "^3.0.1",
"mysql": "^2.15.0",
"node-json-minify": "^1.0.0",
"node-watch": "^0.5.7",
"nonce": "^1.0.4",
"redis": "^2.8.0",
"request": "^2.83.0",
"stratum-pool": "git+https://github.com/UlordChain/node-merged-pool.git",
"nodemailer": "0.7"
},
"engines": {
"node": ">=0.10"
},
"scripts": {
"start": "node init.js"
},
"devDependencies": {
"node-bitcoin-rpc": "^1.1.3",
"web3": "^1.0.0-beta.34"
}
}