File size: 776 Bytes
5fae594
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "hawk",
  "description": "HTTP Hawk Authentication Scheme",
  "version": "1.0.0",
  "author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",
  "contributors": [],
  "repository": "git://github.com/hueniverse/hawk",
  "main": "index",
  "keywords": [
    "http",
    "authentication",
    "scheme",
    "hawk"
  ],
  "engines": {
    "node": ">=0.8.0"
  },
  "dependencies": {
    "hoek": "0.9.x",
    "boom": "0.4.x",
    "cryptiles": "0.2.x",
    "sntp": "0.2.x"
  },
  "devDependencies": {
    "lab": "0.1.x",
    "complexity-report": "0.x.x",
    "localStorage": "1.0.x"
  },
  "scripts": {
    "test": "make test-cov"
  },
  "licenses": [
    {
      "type": "BSD",
      "url": "http://github.com/hueniverse/hawk/raw/master/LICENSE"
    }
  ]
}