28 lines
733 B
JSON
28 lines
733 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": {
|
|
"crypto": "^1.0.1",
|
|
"multi-hashing": "https://github.com/nasa8x/node-multi-hashing.git",
|
|
"yargs": "^11.0.0"
|
|
}
|
|
}
|