hawk/package.json

36 строки
683 B
JSON
Исходник Обычный вид История

2012-11-24 13:01:57 +04:00
{
"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"
}
]
}