bower.json 629 B

123456789101112131415161718192021222324252627282930313233
  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. }