hash160
Version:
31 lines (30 loc) • 693 B
JSON
{
"name": "hash160",
"version": "0.0.5",
"description": "hash160",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/brain-wallet/hash160.git"
},
"keywords": [
"hash160"
],
"author": "Melvin Carvalho",
"license": "MIT",
"bugs": {
"url": "https://github.com/brain-wallet/hash160/issues"
},
"homepage": "https://github.com/brain-wallet/hash160#readme",
"dependencies": {
"@brain-wallet/sha256": "^0.0.26",
"ripemd": "^0.0.4",
"ripemd160": "^2.0.2",
"ripemd160-min": "^0.0.6",
"sha256": "^0.2.0"
}
}