hawk/package.json

32 строки
653 B
JSON
Executable File

{
"name": "hawk",
"description": "HTTP Hawk Authentication Scheme",
"version": "9.0.2",
"repository": "git://github.com/mozilla/hawk",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"http",
"authentication",
"scheme",
"hawk"
],
"dependencies": {
"@hapi/b64": "5.x.x",
"@hapi/boom": "9.x.x",
"@hapi/cryptiles": "5.x.x",
"@hapi/hoek": "9.x.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "22.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"
}