We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564ea42 commit 79be056Copy full SHA for 79be056
bower.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "keymaster",
3
+ "main": "keymaster.js",
4
+ "version": "1.6.3",
5
+ "homepage": "https://github.com/madrobby/keymaster",
6
+ "authors": [
7
+ "Thomas Fuchs <thomas@slash7.com> (http://mir.aculo.us)"
8
+ ],
9
+ "description": "library for defining and dispatching keyboard shortcuts",
10
+ "moduleType": [
11
+ "es6",
12
+ "globals"
13
14
+ "keywords": [
15
+ "key",
16
+ "keyboard",
17
+ "shortcuts"
18
19
+ "license": "MIT",
20
+ "ignore": [
21
+ "**/.*",
22
+ "node_modules",
23
+ "bower_components",
24
+ "test",
25
+ "tests"
26
+ ]
27
+}
0 commit comments