Bitcoin-style merkle root generation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

23 lines
559 B

{
"main": "merkle.js",
"name": "merkle-bitcoin",
"version": "1.0.0",
"description": "Bitcoin-style merkle root generation.",
"homepage": "https://github.com/jorgezaccaro/merkle-bitcoin",
"repository": {
"type": "git",
"url": "git://github.com/jorgezaccaro/merkle-bitcoin.git"
},
"keywords": [
"merkle",
"bitcoin"
],
"author": {
"name": "Jorge Zaccaro",
"email": "jorgezaccaro@gmail.com"
},
"dependencies": {
"async": "^1.2.1"
},
"license": "MIT"
}