UNPKG

@seethelemurcricut/ngx-contextmenu

Version:

An Angular component to show a context menu on an arbitrary component

39 lines (38 loc) 1.26 kB
{ "name": "@seethelemurcricut/ngx-contextmenu", "version": "1.0.4", "description": "An Angular component to show a context menu on an arbitrary component", "keywords": [ "angular2", "contextmenu", "angular2-contextmenu", "ngx-contextmenu", "ngx", "ng2", "ng2-contextmenu" ], "author": "Isaac Mann <isaacplmann@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com/CaseyLeeMurphyCricut/ngx-contextmenu.git" }, "peerDependencies": { "@angular/cdk": "^6.0.0 || ^7.0.0", "@angular/common": "^6.0.0 || ^7.0.0", "@angular/core": "^6.0.0 || ^7.0.0" }, "main": "bundles/seethelemurcricut-ngx-contextmenu.umd.js", "module": "fesm5/seethelemurcricut-ngx-contextmenu.js", "es2015": "fesm2015/seethelemurcricut-ngx-contextmenu.js", "esm5": "esm5/seethelemurcricut-ngx-contextmenu.js", "esm2015": "esm2015/seethelemurcricut-ngx-contextmenu.js", "fesm5": "fesm5/seethelemurcricut-ngx-contextmenu.js", "fesm2015": "fesm2015/seethelemurcricut-ngx-contextmenu.js", "typings": "seethelemurcricut-ngx-contextmenu.d.ts", "metadata": "seethelemurcricut-ngx-contextmenu.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }