UNPKG

blake-hash

Version:
35 lines 730 B
{ "name": "blake-hash", "version": "2.0.0", "description": "SHA-3 proposal Blake", "keywords": [ "blake" ], "bugs": { "url": "https://github.com/cryptocoinjs/blake-hash/issues" }, "license": "MIT", "contributors": [ "Kirill Fomichev <fanatid@ya.ru> (https://github.com/fanatid)" ], "main": "./index.js", "repository": { "type": "git", "url": "https://github.com/cryptocoinjs/blake-hash.git" }, "scripts": { "install": "node-gyp-build || exit 0" }, "dependencies": { "node-addon-api": "^3.0.0", "node-gyp-build": "^4.2.2", "readable-stream": "^3.6.0" }, "engines": { "node": ">= 10" }, "gypfile": true, "browser": { "./index.js": "./js.js" } }