Skip to content

Commit 79be056

Browse files
committed
add bower.json
1 parent 564ea42 commit 79be056

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)