first commit

This commit is contained in:
Nasa Nguyen
2018-03-20 16:41:59 +07:00
commit 4c22f971e6
6 changed files with 789 additions and 0 deletions

27
package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"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"
}
}