Skip to content

Commit

Permalink
Updated bower.json (mainly from hotkeys.jquery.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpocklin committed Sep 30, 2014
1 parent 7962f16 commit 1b360b4
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"name": "jQuery.Hotkeys",
"name": "jquery.hotkeys",
"description": "jQuery Hotkeys lets you watch for keyboard events anywhere in your code supporting almost any key combination.",
"homepage": "http://github.com/jeresig/jquery.hotkeys",
"repository": "git://github.com/jeresig/jquery.hotkeys.git",
"keywords": ["jquery", "hotkeys", "keyboard", "events", "key", "bindings"],
"authors": ["John Resig <[email protected]> (http://ejohn.org)"],
"main": "jquery.hotkeys.js",
"ignore": [
"hotkeys.jquery.json",
"jquery-*",
"test*"
"test*",
"*.yml"
],
"dependencies": {
"jquery": "~2"
}
}
"jquery": ">= 1.4.2"
},
"license": ["MIT", "GPL-2.0"]
}

0 comments on commit 1b360b4

Please sign in to comment.