.bower.json 862 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "zxcvbn",
  3. "description": "realistic password strength estimation",
  4. "main": "dist/zxcvbn.js",
  5. "keywords": [
  6. "password",
  7. "passphrase",
  8. "strength",
  9. "quality",
  10. "estimation",
  11. "estimate",
  12. "meter",
  13. "pattern",
  14. "matcher",
  15. "security",
  16. "authentication",
  17. "cracking",
  18. "scoring",
  19. "entropy",
  20. "bruteforce"
  21. ],
  22. "ignore": [
  23. "/.*",
  24. "*.json",
  25. "node_modules",
  26. "data",
  27. "data-scripts",
  28. "demo",
  29. "lib",
  30. "src",
  31. "test"
  32. ],
  33. "homepage": "https://github.com/dropbox/zxcvbn",
  34. "version": "4.4.0",
  35. "_release": "4.4.0",
  36. "_resolution": {
  37. "type": "version",
  38. "tag": "v4.4.0",
  39. "commit": "4c3d1c2b4a246cc8d7c81a61e341ad92ce14411b"
  40. },
  41. "_source": "https://github.com/dropbox/zxcvbn.git",
  42. "_target": "^4.4.0",
  43. "_originalSource": "zxcvbn",
  44. "_direct": true
  45. }