{ "name": "holk", "description": "HTTP Holk Authentication Scheme", "version": "0.0.1", "author": "Eran Hammer (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" } ] }