node-stratum-pool/package.json

43 lines
1.2 KiB
JSON

{
"name": "stratum-pool",
"version": "0.1.2",
"description": "High performance Stratum poolserver in Node.js",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"scrypt"
],
"homepage": "https://github.com/zone117x/node-stratum",
"bugs": {
"url": "https://github.com/zone117x/node-stratum/issues"
},
"license": "GPL-2.0",
"author": "Matthew Little",
"contributors": [
"vekexasia",
"TheSeven"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/zone117x/node-stratum.git"
},
"dependencies": {
"scrypt256-hash": "https://github.com/zone117x/node-scrypt256-hash/archive/master.tar.gz",
"scrypt-jane-hash": "https://github.com/zone117x/node-scrypt-jane-hash/archive/master.tar.gz",
"quark-hash": "https://github.com/zone117x/node-quark-hash/archive/master.tar.gz",
"x11-hash": "https://github.com/zone117x/node-x11-hash/archive/master.tar.gz",
"bignum": "*",
"base58-native": "*",
"async": "*"
},
"engines": {
"node": ">=0.10"
}
}