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.
32 lines
706 B
JSON
32 lines
706 B
JSON
{
|
|
"name": "hotkeys-js",
|
|
"version": "1.0.7",
|
|
"description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
|
|
"main": "dist/hotkeys.js",
|
|
"keywords": [
|
|
"hotkey",
|
|
"hotkeys",
|
|
"hotkeys-js",
|
|
"hotkeysjs",
|
|
"key",
|
|
"keys",
|
|
"keyboard",
|
|
"shortcuts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jaywcjlove/hotkeys.git"
|
|
},
|
|
"devDependencies": {
|
|
"bannerjs": "^1.0.4",
|
|
"gulp": "^3.9.0",
|
|
"gulp-banner": "^0.1.3",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sourcemap": "^1.0.1",
|
|
"gulp-uglify": "^1.5.1",
|
|
"gulp-umd": "^0.2.0",
|
|
"gulp-util": "^3.0.7",
|
|
"gulp-watch": "^4.3.5"
|
|
}
|
|
}
|