hawk/package.json

32 строки
653 B
JSON
Исходник Обычный вид История

2012-11-24 13:01:57 +04:00
{
2020-10-22 22:47:05 +03:00
"name": "hawk",
2012-11-25 00:32:21 +04:00
"description": "HTTP Hawk Authentication Scheme",
2020-12-11 20:30:38 +03:00
"version": "9.0.0",
2020-10-22 22:47:05 +03:00
"repository": "git://github.com/mozilla/hawk",
"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/b64": "5.x.x",
"@hapi/boom": "9.x.x",
"@hapi/cryptiles": "5.x.x",
"@hapi/hoek": "9.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/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
},
"license": "BSD-3-Clause"
2012-11-24 13:01:57 +04:00
}