25 lines
384 B
JSON
25 lines
384 B
JSON
|
{
|
||
|
"name": "hawk",
|
||
|
"main": "lib/browser.js",
|
||
|
"license": "./LICENSE",
|
||
|
"ignore": [
|
||
|
"!lib",
|
||
|
"lib/*",
|
||
|
"!lib/browser.js",
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"authentication",
|
||
|
"scheme",
|
||
|
"hawk"
|
||
|
],
|
||
|
"authors": [
|
||
|
"Eran Hammer <eran@hammer.io>"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/hueniverse/hawk.git"
|
||
|
}
|
||
|
}
|