You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hotkeys/bower.json

25 lines
494 B
JSON

{
"name": "hotkeys-js",
"description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
"main": "dist/hotkeys.js",
"homepage": "https://github.com/jaywcjlove/hotkeys",
"authors": [
"jaywcjlove <398188662@qq.com>"
],
"license": "MIT",
"keywords": [
"key",
"keys",
"keybind",
"keyboard",
"shortcuts"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}