{ "name": "@hapi/hawk", "description": "HTTP Hawk Authentication Scheme", "version": "7.1.0", "repository": "git://github.com/hapijs/hawk", "main": "lib/index.js", "keywords": [ "http", "authentication", "scheme", "hawk" ], "dependencies": { "@hapi/hoek": "6.x.x", "@hapi/b64": "4.x.x", "@hapi/boom": "7.x.x", "@hapi/cryptiles": "4.x.x", "@hapi/sntp": "3.x.x" }, "devDependencies": { "@hapi/code": "5.x.x", "@hapi/hapi": "18.x.x", "@hapi/lab": "18.x.x" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L", "test-cov-html": "lab -a @hapi/code -r html -o coverage.html" }, "license": "BSD-3-Clause" }