simpleblockchainjs
Version:
A simple example of a working model of blockchain.
31 lines (30 loc) • 722 B
JSON
{
"name": "simpleblockchainjs",
"version": "1.0.0",
"description": "A simple example of a working model of blockchain.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vickylance/SimpleBlockchainJS.git"
},
"keywords": [
"Blockchain",
"Javascript",
"Crypto",
"Coins",
"Currency"
],
"author": "Vignesh.S",
"license": "MIT",
"bugs": {
"url": "https://github.com/vickylance/SimpleBlockchainJS/issues"
},
"homepage": "https://github.com/vickylance/SimpleBlockchainJS#readme",
"dependencies": {
"crypto-js": "^3.1.9-1"
}
}