mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-10 07:58:52 +00:00
25 lines
408 B
JSON
25 lines
408 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"
|
||
|
}
|
||
|
}
|