forked from Snipa22/xmr-node-proxy
-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
31 lines (31 loc) · 1020 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
30
31
{
"name": "xmr-node-proxy",
"version": "0.26.6",
"description": "Node proxy for XMR pools based on nodejs-pool, should support any coins that nodejs-pool does with little work",
"main": "proxy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MoneroOcean/xmr-node-proxy.git"
},
"author": "Multiple",
"license": "MIT",
"bugs": {
"url": "https://github.com/MoneroOcean/xmr-node-proxy/issues"
},
"homepage": "https://github.com/MoneroOcean/xmr-node-proxy#readme",
"dependencies": {
"async": "2.1.4",
"bignum": "^0.13.1",
"circular-buffer": "1.0.2",
"debug": "2.6.9",
"express": "4.14.0",
"minimist": "1.2.0",
"moment": "2.21.0",
"request": "^2.79.0",
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git#v15.6.1",
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git#v29.0.5"
}
}