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

10 years ago
{
10 years ago
"name": "hotkeys-js",
10 years ago
"version": "1.0.2",
10 years ago
"description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
"keywords": [
"hotkeys",
"key",
10 years ago
"keys",
"keyboard",
"shortcuts"
10 years ago
],
"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"
10 years ago
}
}