react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / hawk / package.json
81145 views{1"name": "hawk",2"description": "HTTP Hawk Authentication Scheme",3"version": "2.3.1",4"author": {5"name": "Eran Hammer",6"email": "[email protected]",7"url": "http://hueniverse.com"8},9"contributors": [],10"repository": {11"type": "git",12"url": "git://github.com/hueniverse/hawk"13},14"main": "index",15"keywords": [16"http",17"authentication",18"scheme",19"hawk"20],21"engines": {22"node": ">=0.8.0"23},24"browser": "./lib/browser.js",25"dependencies": {26"hoek": "2.x.x",27"boom": "2.x.x",28"cryptiles": "2.x.x",29"sntp": "1.x.x"30},31"devDependencies": {32"code": "1.x.x",33"lab": "5.x.x"34},35"scripts": {36"test": "make test-cov"37},38"licenses": [39{40"type": "BSD",41"url": "http://github.com/hueniverse/hawk/raw/master/LICENSE"42}43],44"gitHead": "492632da51ecedd5f59ce96f081860ad24ce6532",45"bugs": {46"url": "https://github.com/hueniverse/hawk/issues"47},48"homepage": "https://github.com/hueniverse/hawk",49"_id": "[email protected]",50"_shasum": "1e731ce39447fa1d0f6d707f7bceebec0fd1ec1f",51"_from": "hawk@>=2.3.0 <2.4.0",52"_npmVersion": "1.4.28",53"_npmUser": {54"name": "hueniverse",55"email": "[email protected]"56},57"maintainers": [58{59"name": "hueniverse",60"email": "[email protected]"61}62],63"dist": {64"shasum": "1e731ce39447fa1d0f6d707f7bceebec0fd1ec1f",65"tarball": "http://registry.npmjs.org/hawk/-/hawk-2.3.1.tgz"66},67"directories": {},68"_resolved": "https://registry.npmjs.org/hawk/-/hawk-2.3.1.tgz"69}707172