Skip to content

Commit 1b360b4

Browse files
committed
Updated bower.json (mainly from hotkeys.jquery.json)
1 parent 7962f16 commit 1b360b4

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

bower.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
2-
"name": "jQuery.Hotkeys",
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 <[email protected]> (http://ejohn.org)"],
38
"main": "jquery.hotkeys.js",
49
"ignore": [
510
"hotkeys.jquery.json",
611
"jquery-*",
7-
"test*"
12+
"test*",
13+
"*.yml"
814
],
915
"dependencies": {
10-
"jquery": "~2"
11-
}
12-
}
16+
"jquery": ">= 1.4.2"
17+
},
18+
"license": ["MIT", "GPL-2.0"]
19+
}

0 commit comments

Comments
 (0)