node-stratum-pool/package.json
2014-03-06 17:21:02 -05:00

41 lines
1.1 KiB
JSON

{
"name": "stratum-pool",
"version": "0.1.1",
"author": "Matthew Little",
"description": "High performance Stratum poolserver in Node.js",
"contributors": [
"vekexasia",
"TheSeven"
],
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/zone117x/node-stratum.git"
},
"keywords": [
"stratum",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"scrypt"
],
"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": "*"
},
"license": "GPL-2.0",
"engines": {
"node": ">=0.10"
}
}