{
  "name": "contexr",
  "version": "2.0.0-alpha.8",
  "description": "Contexr is a context menu that integrates with angular2-hotkeys to synchronize your context menu items with your hotkeys. Never change a hotkey in different places again.",
  "keywords": [
    "shortcut",
    "context",
    "menu",
    "contextmenu",
    "right-click",
    "rightclick",
    "right click"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kayvanbree/contexr"
  },
  "author": "Kay van Bree",
  "bugs": {
    "url": "https://github.com/kayvanbree/contexr/issues"
  },
  "homepage": "https://kayvanbree.github.io/contexr/",
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^6.0.0-rc.0 || ^6.0.0",
    "@angular/core": "^6.0.0-rc.0 || ^6.0.0",
    "angular2-hotkeys": "^2.1.2"
  },
  "main": "bundles/contexr.umd.js",
  "module": "fesm5/contexr.js",
  "es2015": "fesm2015/contexr.js",
  "esm5": "esm5/contexr.js",
  "esm2015": "esm2015/contexr.js",
  "fesm5": "fesm5/contexr.js",
  "fesm2015": "fesm2015/contexr.js",
  "typings": "contexr.d.ts",
  "metadata": "contexr.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
