UNPKG

equihashjs-verify

Version:

Equihash JavaScript verification ported from ZCASH on Python

29 lines (28 loc) 681 B
{ "name": "equihashjs-verify", "version": "1.0.5", "description": "Equihash JavaScript verification ported from ZCASH on Python", "main": "src/index.js", "dependencies": { "blake2b": "^2.1.2", "lodash": "^4.17.5", "mocha": "^5.0.5" }, "devDependencies": {}, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/BTCGPU/equihashjs-verify.git" }, "keywords": [ "equihash" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/BTCGPU/equihashjs-verify/issues" }, "homepage": "https://github.com/BTCGPU/equihashjs-verify#readme" }