package.json 871 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "hawk",
  3. "description": "HTTP Hawk Authentication Scheme",
  4. "version": "3.1.3",
  5. "author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)",
  6. "contributors": [],
  7. "repository": "git://github.com/hueniverse/hawk",
  8. "main": "lib/index.js",
  9. "keywords": [
  10. "http",
  11. "authentication",
  12. "scheme",
  13. "hawk"
  14. ],
  15. "engines": {
  16. "node": ">=0.10.32"
  17. },
  18. "browser": "./lib/browser.js",
  19. "dependencies": {
  20. "hoek": "2.x.x",
  21. "boom": "2.x.x",
  22. "cryptiles": "2.x.x",
  23. "sntp": "1.x.x"
  24. },
  25. "devDependencies": {
  26. "code": "1.x.x",
  27. "lab": "5.x.x"
  28. },
  29. "scripts": {
  30. "test": "lab -a code -t 100 -L",
  31. "test-cov-html": "lab -a code -r html -o coverage.html"
  32. },
  33. "license": "BSD-3-Clause",
  34. "__npminstall_done": true,
  35. "_from": "hawk@3.1.3",
  36. "_resolved": "https://registry.npmmirror.com/hawk/-/hawk-3.1.3.tgz"
  37. }