You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
781 B
35 lines
781 B
3 years ago
|
{
|
||
|
"name": "hawk",
|
||
|
"description": "HTTP Hawk Authentication Scheme",
|
||
|
"version": "3.1.3",
|
||
|
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)",
|
||
|
"contributors": [],
|
||
|
"repository": "git://github.com/hueniverse/hawk",
|
||
|
"main": "lib/index.js",
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"authentication",
|
||
|
"scheme",
|
||
|
"hawk"
|
||
|
],
|
||
|
"engines": {
|
||
|
"node": ">=0.10.32"
|
||
|
},
|
||
|
"browser": "./lib/browser.js",
|
||
|
"dependencies": {
|
||
|
"hoek": "2.x.x",
|
||
|
"boom": "2.x.x",
|
||
|
"cryptiles": "2.x.x",
|
||
|
"sntp": "1.x.x"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"code": "1.x.x",
|
||
|
"lab": "5.x.x"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "lab -a code -t 100 -L",
|
||
|
"test-cov-html": "lab -a code -r html -o coverage.html"
|
||
|
},
|
||
|
"license": "BSD-3-Clause"
|
||
|
}
|