.bower.json 994 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "iCheck",
  3. "version": "1.0.2",
  4. "description": "Highly customizable checkboxes and radio buttons (jQuery & Zepto)",
  5. "keywords": [
  6. "icheck",
  7. "checkbox",
  8. "radio",
  9. "input",
  10. "field",
  11. "form",
  12. "custom",
  13. "replacement",
  14. "accessibility",
  15. "skins",
  16. "ui",
  17. "checked",
  18. "disabled",
  19. "indeterminate"
  20. ],
  21. "main": [
  22. "./icheck.min.js"
  23. ],
  24. "dependencies": {
  25. "jquery": ">=1.7"
  26. },
  27. "ignore": [
  28. ".gitignore",
  29. "CHANGELOG.md",
  30. "README.md",
  31. "demo/"
  32. ],
  33. "license": "MIT",
  34. "authors": [
  35. {
  36. "name": "Damir Sultanov",
  37. "email": "info@fronteed.com",
  38. "homepage": "http://fronteed.com/"
  39. }
  40. ],
  41. "homepage": "http://fronteed.com/iCheck/",
  42. "_release": "1.0.2",
  43. "_resolution": {
  44. "type": "version",
  45. "tag": "1.0.2",
  46. "commit": "8a6eb37bd7dab1e843c1b630c91c6398ff409d05"
  47. },
  48. "_source": "https://github.com/fronteed/iCheck.git",
  49. "_target": "^1.0.2",
  50. "_originalSource": "icheck"
  51. }