Skip to content

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elidupuis committed Dec 17, 2014
1 parent 564ea42 commit 79be056
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "keymaster",
"main": "keymaster.js",
"version": "1.6.3",
"homepage": "https://github.com/madrobby/keymaster",
"authors": [
"Thomas Fuchs <[email protected]> (http://mir.aculo.us)"
],
"description": "library for defining and dispatching keyboard shortcuts",
"moduleType": [
"es6",
"globals"
],
"keywords": [
"key",
"keyboard",
"shortcuts"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 79be056

Please sign in to comment.