.bower.json 619 B

123456789101112131415161718192021
  1. {
  2. "name": "strengthify",
  3. "version": "0.5.3",
  4. "homepage": "https://github.com/MorrisJobke/strengthify",
  5. "authors": [
  6. "Eve Ragins <eve.ragins@eve-corp.com",
  7. "Morris Jobke <hey@morrisjobke.de>"
  8. ],
  9. "description": "Combine jQuery and zxcvbn to create a password strength meter.",
  10. "main": "jquery.strengthify.js",
  11. "license": "MIT",
  12. "_release": "0.5.3",
  13. "_resolution": {
  14. "type": "version",
  15. "tag": "0.5.3",
  16. "commit": "a97e861762ccb17ce5f51d5c608b5d9e42732ae3"
  17. },
  18. "_source": "https://github.com/MorrisJobke/strengthify.git",
  19. "_target": "^0.5.3",
  20. "_originalSource": "strengthify"
  21. }