forked from innova-market/z-nomp
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
59 lines (58 loc) · 1.48 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": "kmd-nomp",
"version": "0.0.4",
"description": "Komodo (Equihash) stratum mining pool based on NOMP",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"komodo",
"KMD",
"equihash"
],
"homepage": "https://github.com/xRobeSx/kmd-nomp",
"bugs": {
"url": "https://github.com/xRobeSx/kmd-nomp/issues"
},
"license": "MIT",
"author": "xrobesx",
"contributors": [
"Metaphilibert",
"fhavik",
"Joshua Yabut"
],
"main": "init.js",
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"repository": {
"type": "git",
"url": "https://github.com/xrobesx/kmd-nomp.git"
},
"dependencies": {
"stratum-pool": "git+https://github.com/komodoservices/node-stratum-pool.git",
"dateformat": "*",
"node-json-minify": "*",
"redis": "*",
"mysql": "*",
"async": "*",
"express": "*",
"body-parser": "*",
"compression": "*",
"dot": "*",
"colors": "*",
"node-watch": "*",
"request": "*",
"nonce": "*",
"bignum": "*",
"extend": "*"
},
"engines": {
"node": ">=0.10"
},
"scripts": {
"start": "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/node_modules/stratum-pool/node_modules/equihashverify/build/Release/:$PWD/node_modules/equihashverify/build/Release/ node init.js"
}
}