node-stratum-pool/package.json
Michael Polzer eec9fc9d67 Add support for p2sh, BIP32 and bech32 decoding (#147)
* Add Support for CHC Algo

* decode p2sh, BIP32 and native SegWit (bech32) keys for use in coinbase transactions
2018-05-26 19:37:31 -07:00

41 lines
985 B
JSON

{
"name": "stratum-pool",
"version": "0.1.9",
"description": "High performance Stratum poolserver in Node.js",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"scrypt"
],
"homepage": "https://github.com/zone117x/node-stratum-pool",
"bugs": {
"url": "https://github.com/zone117x/node-stratum-pool/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-pool.git"
},
"dependencies": {
"multi-hashing": "git://github.com/zone117x/node-multi-hashing.git",
"bitcoinjs-lib": "*",
"bignum": "*",
"base58-native": "*",
"async": "*"
},
"engines": {
"node": ">=0.10"
}
}