.bower.json 1020 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "jquery.hotkeys",
  3. "description": "jQuery Hotkeys lets you watch for keyboard events anywhere in your code supporting almost any key combination.",
  4. "homepage": "http://github.com/jeresig/jquery.hotkeys",
  5. "repository": "git://github.com/jeresig/jquery.hotkeys.git",
  6. "keywords": [
  7. "jquery",
  8. "hotkeys",
  9. "keyboard",
  10. "events",
  11. "key",
  12. "bindings"
  13. ],
  14. "authors": [
  15. "John Resig <jeresig@gmail.com> (http://ejohn.org)"
  16. ],
  17. "main": "jquery.hotkeys.js",
  18. "ignore": [
  19. "jquery-*",
  20. "test*",
  21. "*.yml",
  22. ".gitignore",
  23. "Gruntfile.js",
  24. "*.json"
  25. ],
  26. "dependencies": {
  27. "jquery": ">= 1.4.2"
  28. },
  29. "license": [
  30. "MIT",
  31. "GPL-2.0"
  32. ],
  33. "version": "0.2.0",
  34. "_release": "0.2.0",
  35. "_resolution": {
  36. "type": "version",
  37. "tag": "0.2.0",
  38. "commit": "05a1370a55fac597ffe538c38e5f67bcb010450d"
  39. },
  40. "_source": "git://github.com/jeresig/jquery.hotkeys.git",
  41. "_target": "~0.2.0",
  42. "_originalSource": "jeresig/jquery.hotkeys",
  43. "_direct": true
  44. }