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/package.json

24 lines
544 B
JSON

{
"name": "hotkeys-js",
"version": "1.0.1",
"description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
"keywords": [
"hotkeys",
"key",
"keys",
"keyboard",
"shortcuts"
],
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/hotkeys.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-dist": "0.0.3"
}
}