merkletree-viz
Version:
Merkle tree visualization library for browser, works with merkletreejs.
53 lines (52 loc) • 1.2 kB
JSON
{
"name": "merkletree-viz",
"version": "0.0.3",
"description": "Merkle tree visualization library for browser, works with merkletreejs.",
"main": "merkletreeviz.js",
"scripts": {
"test": "TODO",
"lint": "standard --fix src/*.js",
"build": "cat src/vendor/raphael.js > merkletreeviz.js && npx browserify src/viz.js >> merkletreeviz.js"
},
"repository": {
"type": "git",
"url": "https://github.com/miguelmota/merkletree-viz"
},
"keywords": [
"merkle",
"tree",
"merkletreejs",
"hash",
"viz",
"visualization",
"html",
"chart",
"node",
"root",
"leaves",
"leaf",
"javascript",
"canvas",
"ui"
],
"author": {
"name": "Miguel Mota",
"email": "hello@miguelmota.com",
"url": "https://miguelmota.com/"
},
"license": {
"type": "MIT",
"url": "https://github.com/miguelmota/merkletree-viz/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/miguelmota/merkletree-viz/issues"
},
"homepage": "https://github.com/miguelmota/merkletree-viz",
"devDependencies": {
"browserify": "^17.0.0",
"standard": "^17.0.0"
},
"engines": {
"node": ">= 7.6.0"
}
}