2012-11-24 13:01:57 +04:00
|
|
|
{
|
2019-04-20 02:40:57 +03:00
|
|
|
"name": "@hapi/hawk",
|
2012-11-25 00:32:21 +04:00
|
|
|
"description": "HTTP Hawk Authentication Scheme",
|
2020-01-10 08:30:07 +03:00
|
|
|
"version": "8.0.0",
|
2019-04-20 02:40:57 +03:00
|
|
|
"repository": "git://github.com/hapijs/hawk",
|
2015-06-13 22:04:03 +03:00
|
|
|
"main": "lib/index.js",
|
2020-01-10 08:30:00 +03:00
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
2019-04-20 03:21:14 +03:00
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"authentication",
|
|
|
|
"scheme",
|
|
|
|
"hawk"
|
|
|
|
],
|
2012-11-30 08:24:12 +04:00
|
|
|
"dependencies": {
|
2020-01-10 08:30:00 +03:00
|
|
|
"@hapi/hoek": "9.x.x",
|
|
|
|
"@hapi/b64": "5.x.x",
|
|
|
|
"@hapi/boom": "9.x.x",
|
|
|
|
"@hapi/cryptiles": "5.x.x",
|
|
|
|
"@hapi/sntp": "4.x.x"
|
2012-11-30 08:24:12 +04:00
|
|
|
},
|
2012-11-24 13:01:57 +04:00
|
|
|
"devDependencies": {
|
2020-01-10 08:30:00 +03:00
|
|
|
"@hapi/code": "8.x.x",
|
|
|
|
"@hapi/hapi": "19.x.x",
|
|
|
|
"@hapi/lab": "22.x.x"
|
2012-11-24 13:01:57 +04:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-04-20 02:40:57 +03:00
|
|
|
"test": "lab -a @hapi/code -t 100 -L",
|
|
|
|
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
|
2012-11-24 13:01:57 +04:00
|
|
|
},
|
2015-06-13 22:04:03 +03:00
|
|
|
"license": "BSD-3-Clause"
|
2012-11-24 13:01:57 +04:00
|
|
|
}
|