bower.json 654 B

123456789101112131415161718192021
  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": ["jquery", "hotkeys", "keyboard", "events", "key", "bindings"],
  7. "authors": ["John Resig <jeresig@gmail.com> (http://ejohn.org)"],
  8. "main": "jquery.hotkeys.js",
  9. "ignore": [
  10. "jquery-*",
  11. "test*",
  12. "*.yml",
  13. ".gitignore",
  14. "Gruntfile.js",
  15. "*.json"
  16. ],
  17. "dependencies": {
  18. "jquery": ">= 1.4.2"
  19. },
  20. "license": ["MIT", "GPL-2.0"]
  21. }