2acoin-multi-hashing
Version:

50 lines (49 loc) • 1.17 kB
JSON
{
"name": "2acoin-multi-hashing",
"version": "0.0.19",
"main": "multihashing",
"gypfile": true,
"author": "Matthew Little <zone117x@gmail.com>",
"contributors": [
"Brandon Lehmann <brandonlehmann@gmail.com>",
"2ACoin Developers <info@2acoin.org>"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/2acoin/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",
"install": "node-gyp rebuild"
},
"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",
"2acoin",
"cryptonight"
],
"description": "",
"bugs": {
"url": "https://github.com/2acoin/node8-multi-hashing/issues"
},
"homepage": "https://github.com/2acoin/node8-multi-hashing#readme",
"directories": {
"test": "tests"
}
}