wrkzcoin-multi-hashing
Version:
Cryptocurrency hashing functions for NodeJS
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "wrkzcoin-multi-hashing",
"version": "0.0.20",
"main": "multihashing",
"gypfile": true,
"author": {
"name": "Matthew Little",
"email": "zone117x@gmail.com"
},
"contributors": [
"Wrkz Team <team@wrkz.work> (https://www.wrkz.work)"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/wrkzcoin/node8-multi-hashing.git"
},
"scripts": {
"test": "node-gyp clean && node-gyp configure && node-gyp build && node tests/cryptonight-tests.js && node tests/argon2-tests.js"
},
"dependencies": {
"bindings": "^1.5.0",
"safe-buffer": "^5.1.2"
},
"keywords": [
"scrypt",
"scryptjane",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"sha1",
"turtlecoin",
"wrkzcoin",
"cryptonight"
]
}