{
  "name": "ngx-hotkey",
  "version": "1.0.7",
  "author": "Danilo Peres",
  "description": "An easy way to use Hotkeys in Angular.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/DaniloPeres/ngx-hotkey.git"
  },
  "keywords": [
    "Angular",
    "Shortcut",
    "Shortcuts",
    "hotkey",
    "hotkeys",
    "hotkeys for angular",
    "shortcuts for angular"
  ],
  "peerDependencies": {
    "@angular/common": "^7.2.0",
    "@angular/core": "^7.2.0"
  },
  "main": "bundles/ngx-hotkey.umd.js",
  "module": "fesm5/ngx-hotkey.js",
  "es2015": "fesm2015/ngx-hotkey.js",
  "esm5": "esm5/ngx-hotkey.js",
  "esm2015": "esm2015/ngx-hotkey.js",
  "fesm5": "fesm5/ngx-hotkey.js",
  "fesm2015": "fesm2015/ngx-hotkey.js",
  "typings": "ngx-hotkey.d.ts",
  "metadata": "ngx-hotkey.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
