node-stratum-pool/package.json
darcymei 1f35bb34c4 Update package.json (#161)
edit bignum version from '*' to '0.12.5'
2018-09-27 11:38:01 -07:00

40 lines
960 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",
"bignum": "0.12.5",
"base58-native": "*",
"async": "*"
},
"engines": {
"node": ">=0.10"
}
}