Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 views
1
{
2
"name": "hawk",
3
"main": "lib/browser.js",
4
"license": "./LICENSE",
5
"ignore": [
6
"!lib",
7
"lib/*",
8
"!lib/browser.js",
9
"index.js"
10
],
11
"keywords": [
12
"http",
13
"authentication",
14
"scheme",
15
"hawk"
16
],
17
"authors": [
18
"Eran Hammer <[email protected]>"
19
],
20
"repository": {
21
"type": "git",
22
"url": "git://github.com/hueniverse/hawk.git"
23
}
24
}
25
26