Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 views
1
{
2
"name": "hawk",
3
"description": "HTTP Hawk Authentication Scheme",
4
"version": "2.3.1",
5
"author": {
6
"name": "Eran Hammer",
7
"email": "[email protected]",
8
"url": "http://hueniverse.com"
9
},
10
"contributors": [],
11
"repository": {
12
"type": "git",
13
"url": "git://github.com/hueniverse/hawk"
14
},
15
"main": "index",
16
"keywords": [
17
"http",
18
"authentication",
19
"scheme",
20
"hawk"
21
],
22
"engines": {
23
"node": ">=0.8.0"
24
},
25
"browser": "./lib/browser.js",
26
"dependencies": {
27
"hoek": "2.x.x",
28
"boom": "2.x.x",
29
"cryptiles": "2.x.x",
30
"sntp": "1.x.x"
31
},
32
"devDependencies": {
33
"code": "1.x.x",
34
"lab": "5.x.x"
35
},
36
"scripts": {
37
"test": "make test-cov"
38
},
39
"licenses": [
40
{
41
"type": "BSD",
42
"url": "http://github.com/hueniverse/hawk/raw/master/LICENSE"
43
}
44
],
45
"gitHead": "492632da51ecedd5f59ce96f081860ad24ce6532",
46
"bugs": {
47
"url": "https://github.com/hueniverse/hawk/issues"
48
},
49
"homepage": "https://github.com/hueniverse/hawk",
50
"_id": "[email protected]",
51
"_shasum": "1e731ce39447fa1d0f6d707f7bceebec0fd1ec1f",
52
"_from": "hawk@>=2.3.0 <2.4.0",
53
"_npmVersion": "1.4.28",
54
"_npmUser": {
55
"name": "hueniverse",
56
"email": "[email protected]"
57
},
58
"maintainers": [
59
{
60
"name": "hueniverse",
61
"email": "[email protected]"
62
}
63
],
64
"dist": {
65
"shasum": "1e731ce39447fa1d0f6d707f7bceebec0fd1ec1f",
66
"tarball": "http://registry.npmjs.org/hawk/-/hawk-2.3.1.tgz"
67
},
68
"directories": {},
69
"_resolved": "https://registry.npmjs.org/hawk/-/hawk-2.3.1.tgz"
70
}
71
72