{
  "name": "ngx-context-menu",
  "version": "0.0.25",
  "description": "Angular Context Menu",
  "main": "./bundles/index.umd.js",
  "module": "./esm5/index.es5.js",
  "types": "./index.d.ts",
  "scripts": {
    "ngc-build": "ngc -p tsconfig-build.json",
    "ngc-es5": "ngc -p tsconfig-es5.json",
    "rollup": "rollup -c rollup.config.js",
    "prebuild": "rimraf dist",
    "build": "npm run ngc-build && npm run ngc-es5",
    "postbuild": "cp package.json dist/ && cp .npmignore dist/"
  },
  "dependencies": {
    "@angular/cdk": "^2.0.0-beta.12",
    "@angular/common": "^4.4.4",
    "@angular/compiler": "^4.4.4",
    "@angular/core": "^4.4.4",
    "@angular/platform-browser": "^4.4.4",
    "rxjs": "^5.4.3"
  },
  "devDependencies": {
    "@angular/compiler-cli": "^4.4.4",
    "rimraf": "^2.6.2",
    "rollup": "^0.50.0",
    "rollup-plugin-typescript": "^0.8.1",
    "rollup-plugin-uglify": "^2.0.1",
    "typescript": "^2.5.3",
    "uglify-es": "^3.1.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shenfw1987/ngx-context-menu.git"
  },
  "keywords": [
    "angular",
    "contextmenu"
  ],
  "author": "shenfw",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shenfw1987/ngx-context-menu/issues"
  },
  "homepage": "https://github.com/shenfw1987/ngx-context-menu#readme"
}