You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.bower.json 842B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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.2",
  35. "_release": "4.4.2",
  36. "_resolution": {
  37. "type": "version",
  38. "tag": "v4.4.2",
  39. "commit": "0b7f691c370d922399fe60927433338c062dde23"
  40. },
  41. "_source": "https://github.com/dropbox/zxcvbn.git",
  42. "_target": "4.4.2",
  43. "_originalSource": "zxcvbn"
  44. }