summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/hawk/component.json
blob: 63e76a2e31f7e1328a90698b16824b11f6a8c498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "hawk",
  "repo": "hueniverse/hawk",
  "description": "HTTP Hawk Authentication Scheme",
  "version": "1.0.0",
  "keywords": [
    "http",
    "authentication",
    "scheme",
    "hawk"
  ],
  "dependencies": {},
  "development": {},
  "license": "BSD",
  "main": "lib/browser.js",
  "scripts": [
    "lib/browser.js"
  ]
}