package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "digest-header",
  3. "version": "0.0.1",
  4. "description": "Digest access authentication header helper",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "make test-all"
  8. },
  9. "config": {
  10. "cov": {
  11. "threshold": 100
  12. }
  13. },
  14. "dependencies": {
  15. "utility": "0.1.11"
  16. },
  17. "devDependencies": {
  18. "autod": "*",
  19. "contributors": "*",
  20. "cov": "*",
  21. "istanbul-harmony": "*",
  22. "jshint": "*",
  23. "mocha": "*",
  24. "should": "3.2.0"
  25. },
  26. "homepage": "https://github.com/fengmk2/digest-header",
  27. "repository": {
  28. "type": "git",
  29. "url": "git://github.com/fengmk2/digest-header.git",
  30. "web": "https://github.com/fengmk2/digest-header"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/fengmk2/digest-header/issues",
  34. "email": "fengmk2@gmail.com"
  35. },
  36. "keywords": [
  37. "digest",
  38. "http-digest",
  39. "baseauth",
  40. "www-authenticate",
  41. "authentication",
  42. "http-authentication",
  43. "digestauth",
  44. "digest-auth",
  45. "digest-header"
  46. ],
  47. "engines": {
  48. "node": ">= 0.10.0"
  49. },
  50. "author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
  51. "license": "MIT",
  52. "__npminstall_done": "Thu Dec 24 2020 20:20:41 GMT+0800 (CST)",
  53. "_from": "digest-header@0.0.1",
  54. "_resolved": "https://registry.npm.taobao.org/digest-header/download/digest-header-0.0.1.tgz"
  55. }