bower.json 490 B

1234567891011121314151617181920
  1. {
  2. "name": "jquery-captcha",
  3. "version": "2.3.2",
  4. "homepage": "https://captcha.com/jquery-captcha.html",
  5. "authors": [
  6. "BotDetect Captcha"
  7. ],
  8. "description": "BotDetect Captcha jQuery Plugin (BotDetect Captcha Simple API integration for all of the jQuery versions)",
  9. "main": "dist/jquery-captcha.min.js",
  10. "keywords": [
  11. "captcha",
  12. "jquery captcha",
  13. "jquery captcha plugin",
  14. "captcha generator",
  15. "botdetect"
  16. ],
  17. "ignore": [
  18. "bower_components"
  19. ]
  20. }