ndx-multi-hashing
Version:
Multi Hashing Algos for Stratum Pool
36 lines (35 loc) • 683 B
JSON
{
"name": "ndx-multi-hashing",
"version": "1.0.0",
"description": "Multi Hashing Algos for Stratum Pool",
"main": "multihashing",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/NDX-Team/NDX-Multi-Hashing"
},
"keywords": [
"scrypt",
"scryptjane",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"sha1"
],
"author": "Matthew Little",
"license": "GPL-2.0",
"dependencies": {
"bindings": "^1.3.0",
"nan": "^2.6.2"
}
}