UNPKG

hmac-blake2b

Version:
36 lines (35 loc) 815 B
{ "name": "hmac-blake2b", "version": "2.0.2", "description": "HMAC backed by BLAKE2b", "main": "index.js", "dependencies": { "nanoassert": "^2.0.0", "sodium-universal": "^4.0.0" }, "devDependencies": { "browserify": "^17.0.0", "standard": "^17.0.0", "tape": "^5.6.1", "tape-run": "^10.0.0" }, "scripts": { "pretest": "standard", "test": "tape test.js", "posttest": "browserify test.js | tape-run" }, "repository": { "type": "git", "url": "git+https://github.com/emilbayes/hmac-blake2b.git" }, "keywords": [ "hmac", "blake2b" ], "author": "Emil Bay <github@tixz.dk>", "license": "ISC", "bugs": { "url": "https://github.com/emilbayes/hmac-blake2b/issues" }, "homepage": "https://github.com/emilbayes/hmac-blake2b#readme" }