icheck.jquery.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "icheck",
  3. "version": "1.0.2",
  4. "title": "iCheck",
  5. "author": {
  6. "name": "Damir Sultanov",
  7. "email": "info@fronteed.com",
  8. "homepage": "http://fronteed.com/"
  9. },
  10. "licenses": [
  11. {
  12. "type": "MIT",
  13. "url": "http://en.wikipedia.org/wiki/MIT_License"
  14. }
  15. ],
  16. "dependencies": {
  17. "jquery": ">=1.7"
  18. },
  19. "description": "Highly customizable checkboxes and radio buttons (jQuery and Zepto). Features: identical inputs across different browsers and devices (both desktop and mobile), touch devices support (iOS, Android, BlackBerry, Windows Phone, Amazon Kindle), keyboard accessible inputs (Tab, Spacebar, Arrow up/down and other shortcuts), screenreader accessible inputs — (ARIA attributes for VoiceOver and others), customization freedom (use any HTML and CSS to style inputs or try 6 Retina-ready skins), lightweight size (1 kb gzipped). Provides 32 options to customize checkboxes and radio buttons, 11 callbacks to handle changes, 9 methods to make changes programmatically. Saves changes to original inputs, works carefully with any selectors.",
  20. "keywords": [
  21. "checkbox",
  22. "radio",
  23. "input",
  24. "field",
  25. "form",
  26. "desktop",
  27. "mobile",
  28. "custom",
  29. "replacement",
  30. "accessibility",
  31. "skins",
  32. "ui",
  33. "checked",
  34. "disabled",
  35. "indeterminate",
  36. "css3",
  37. "html5",
  38. "tiny",
  39. "lightweight",
  40. "jquery",
  41. "zepto"
  42. ],
  43. "homepage": "http://fronteed.com/iCheck/",
  44. "docs": "https://github.com/fronteed/iCheck",
  45. "demo": "http://fronteed.com/iCheck/",
  46. "download": "http://fronteed.com/iCheck/",
  47. "bugs": "https://github.com/fronteed/iCheck/issues/"
  48. }