package.json 755 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "jquery-captcha",
  3. "version": "2.3.2",
  4. "description": "BotDetect Captcha jQuery Plugin (BotDetect Captcha Simple API integration for all of the jQuery versions)",
  5. "scripts": {
  6. "build": "grunt"
  7. },
  8. "main": "dist/jquery-captcha.min.js",
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/captcha-com/jquery-captcha.git"
  12. },
  13. "homepage": "https://captcha.com/jquery-captcha.html",
  14. "keywords": [
  15. "captcha",
  16. "jquery captcha",
  17. "jquery captcha plugin",
  18. "captcha generator",
  19. "botdetect"
  20. ],
  21. "author": "BotDetect Captcha",
  22. "bugs": {
  23. "url": "https://captcha.com/support"
  24. },
  25. "devDependencies": {
  26. "grunt": "^1.0.1",
  27. "grunt-contrib-uglify": "^2.2.0"
  28. },
  29. "dependencies": {}
  30. }