{ "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" } }