add yargs

This commit is contained in:
Nasa Nguyen
2018-03-22 22:16:31 +07:00
parent b90acbe470
commit 21e394aeea

View File

@@ -4,7 +4,6 @@
"description": "Create Genesis Block Proof of Work for Bitcoin, Dash, Litecoin, Zcash...", "description": "Create Genesis Block Proof of Work for Bitcoin, Dash, Litecoin, Zcash...",
"main": "genesis.js", "main": "genesis.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
@@ -21,7 +20,8 @@
}, },
"homepage": "https://github.com/nasa8x/node-genesis-block#readme", "homepage": "https://github.com/nasa8x/node-genesis-block#readme",
"dependencies": { "dependencies": {
"crypto": "^1.0.1",
"multi-hashing": "https://github.com/nasa8x/node-multi-hashing.git", "multi-hashing": "https://github.com/nasa8x/node-multi-hashing.git",
"crypto": "^1.0.1" "yargs": "^11.0.0"
} }
} }