Files
node-genesis-block/package.json
Nasa Nguyen 4c22f971e6 first commit
2018-03-20 16:41:59 +07:00

28 lines
714 B
JSON

{
"name": "genesis-block",
"version": "1.0.0",
"description": "Create Genesis Block Proof of Work for Bitcoin, Dash, Litecoin, Zcash...",
"main": "genesis.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nasa8x/node-genesis-block.git"
},
"keywords": [
"genesisblock"
],
"author": "Nasa8x",
"license": "MIT",
"bugs": {
"url": "https://github.com/nasa8x/node-genesis-block/issues"
},
"homepage": "https://github.com/nasa8x/node-genesis-block#readme",
"dependencies": {
"multi-hashing": "https://github.com/nasa8x/node-multi-hashing.git",
"crypto": "^1.0.1"
}
}