package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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", "http-digest", "baseauth",
  38. "www-authenticate", "authentication",
  39. "http-authentication",
  40. "digestauth", "digest-auth", "digest-header"
  41. ],
  42. "engines": {
  43. "node": ">= 0.10.0"
  44. },
  45. "author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
  46. "license": "MIT"
  47. }