node-blockchain-js
Version:
Simple implementation of Crypto Blockchain using Node.js
35 lines (34 loc) • 834 B
JSON
{
"name": "node-blockchain-js",
"version": "1.1.3",
"description": "Simple implementation of Crypto Blockchain using Node.js",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/himanshuj89/node-blockchain-js.git"
},
"keywords": [
"node-blockchain",
"blockchain",
"javascript",
"cryptoblockchain",
"crypto",
"crypto-blockchain",
"node-crypto",
"node-crypto-blockchain",
"crypto-block",
"nodejs-blockchain"
],
"author": "Himanshu Jain",
"license": "MIT",
"bugs": {
"url": "https://github.com/himanshuj89/node-blockchain-js/issues"
},
"homepage": "https://github.com/himanshuj89/node-blockchain-js#readme"
}