zcash-block
Version:
A Zcash block interface and decoder for JavaScript
29 lines (28 loc) • 752 B
JSON
{
"name": "zcash-block",
"version": "2.0.0",
"description": "A Zcash block interface and decoder for JavaScript",
"main": "zcash-block.js",
"dependencies": {
"multihashing": "~0.3.3"
},
"devDependencies": {
"jsdoc4readme": "~1.3.0",
"standard": "~14.3.1"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && node test.js",
"docs": "jsdoc4readme --readme *.js classes/*.js"
},
"author": "Rod <rod@vagg.org> (http://r.va.gg/)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/rvagg/js-zcash-block.git"
},
"bugs": {
"url": "https://github.com/rvagg/js-zcash-block/issues"
},
"homepage": "https://github.com/rvagg/js-zcash-block#readme"
}