.bower.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "pwstrength-bootstrap",
  3. "version": "2.1.0",
  4. "homepage": "https://github.com/ablanco/jquery.pwstrength.bootstrap",
  5. "authors": [
  6. "Alejandro Blanco <alejandro.b.e@gmail.com>"
  7. ],
  8. "description": "jQuery plugin for Twitter Bootstrap that provides rulesets for visualy displaying the quality of a users typed in password.",
  9. "main": "dist/pwstrength-bootstrap.js",
  10. "dependencies": {
  11. "jquery": ">=1.7.0",
  12. "bootstrap": ">=2.0.0",
  13. "zxcvbn": ">=4.2.0",
  14. "i18next": ">=2.4.0"
  15. },
  16. "moduleType": [
  17. "globals"
  18. ],
  19. "keywords": [
  20. "jquery",
  21. "bootstrap",
  22. "password",
  23. "strength",
  24. "meter"
  25. ],
  26. "license": "MIT",
  27. "ignore": [
  28. "**/.*",
  29. "node_modules",
  30. "bower_components",
  31. "spec",
  32. "examples",
  33. "AUTHORS.txt",
  34. "CHANGES.md",
  35. "Gruntfile.js",
  36. "package.json"
  37. ],
  38. "_release": "2.1.0",
  39. "_resolution": {
  40. "type": "version",
  41. "tag": "2.1.0",
  42. "commit": "bc5b56e6a8f8158c13661ae1ec5522fcfb273db2"
  43. },
  44. "_source": "https://github.com/ablanco/jquery.pwstrength.bootstrap.git",
  45. "_target": "2.1.0",
  46. "_originalSource": "pwstrength-bootstrap"
  47. }