зеркало из https://github.com/mozilla/hawk.git
36 строки
683 B
JSON
36 строки
683 B
JSON
|
{
|
||
|
"name": "holk",
|
||
|
"description": "HTTP Holk Authentication Scheme",
|
||
|
"version": "0.0.1",
|
||
|
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",
|
||
|
"contributors":[
|
||
|
],
|
||
|
"repository": "git://github.com/hueniverse/holk",
|
||
|
"main": "index",
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"authentication",
|
||
|
"scheme",
|
||
|
"holk"
|
||
|
],
|
||
|
"engines": {
|
||
|
"node": ">=0.8.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"mocha": "1.x.x",
|
||
|
"should": "1.x.x",
|
||
|
"sinon": "1.3.4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "make test && make unit"
|
||
|
},
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "BSD",
|
||
|
"url": "http://github.com/hueniverse/holk/raw/master/LICENSE"
|
||
|
}
|
||
|
]
|
||
|
}
|