forked from Snipa22/xmr-node-proxy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.39 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
{
"name": "intense-node-proxy",
"version": "0.0.1",
"description": "Node proxy for ITNS pools based on nodejs-pool. For XMR and other XMR fork coins, please see xmr-node-proxy",
"main": "proxy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Venthos/intense-node-proxy.git"
},
"author": "Alexander Blair",
"license": "MIT",
"bugs": {
"url": "https://github.com/Venthos/intense-node-proxy/issues"
},
"homepage": "https://github.com/Venthos/intense-node-proxy#readme",
"dependencies": {
"async": "2.1.4",
"bignum": "^0.12.5",
"body-parser": "^1.16.0",
"circular-buffer": "1.0.2",
"cluster": "0.7.7",
"cors": "^2.8.1",
"crypto": "0.0.3",
"debug": "2.5.1",
"express": "4.14.0",
"jsonwebtoken": "^7.2.1",
"minimist": "1.2.0",
"moment": "2.17.1",
"range": "0.0.3",
"request": "^2.79.0",
"request-json": "0.6.1",
"sprintf-js": "^1.0.3",
"uuid": "3.0.1"
},
"optionalDependencies": {
"forknote-util": "git://github.com/wallet42/node-forknote-util.git",
"cryptonote-util": "git://github.com/Snipa22/node-cryptonote-util.git#xmr-Nan-2.0",
"intensecoin-util": "git://github.com/valiant1x/node-cryptonote-util.git#xmr-Nan-2.0",
"cryptonight-hashing": "git://github.com/Venthos/node-cryptonight-hashing.git"
}
}