Welcome to mirror list, hosted at ThFree Co, Russian Federation.

component.json « hawk « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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"
  ]
}