knob.jquery.json 984 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "knob",
  3. "title": "jQuery Knob",
  4. "description": "Nice, downward compatible, touchable, jQuery dial.",
  5. "keywords": [
  6. "dial",
  7. "button",
  8. "knob",
  9. "ui",
  10. "input"
  11. ],
  12. "version": "1.2.13",
  13. "author": {
  14. "name": "Anthony Terrien",
  15. "url": "https://github.com/aterrien"
  16. },
  17. "maintainers": [
  18. {
  19. "name": "Anthony Terrien",
  20. "email": "kontrol@anthonyterrien.com",
  21. "url": "http://anthonyterrien.com/knob"
  22. }
  23. ],
  24. "licenses": [
  25. {
  26. "type": "MIT",
  27. "url": "http://opensource.org/licenses/mit-license.php"
  28. }
  29. ],
  30. "bugs": "https://github.com/aterrien/jQuery-Knob/issues",
  31. "homepage": "https://github.com/aterrien/jQuery-Knob",
  32. "docs": "https://github.com/aterrien/jQuery-Knob",
  33. "download": "https://github.com/aterrien/jQuery-Knob/tags",
  34. "dependencies": {
  35. "jquery": ">=1.7.0"
  36. }
  37. }