@kreash/ngx-contextmenu
Version:
An Angular component to show a context menu on an arbitrary component
42 lines • 977 B
JSON
{
"name": "@kreash/ngx-contextmenu",
"version": "19.0.0",
"description": "An Angular component to show a context menu on an arbitrary component",
"keywords": [
"contextmenu",
"ngx-contextmenu",
"angular",
"angular-contextmenu",
"angular2",
"angular2-contextmenu",
"ngx",
"ng2",
"ng2-contextmenu"
],
"author": "Kreash <anton.kreash@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kreash/ngx-contextmenu.git"
},
"peerDependencies": {
"@angular/cdk": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"sideEffects": false,
"module": "fesm2022/kreash-ngx-contextmenu.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/kreash-ngx-contextmenu.mjs"
}
}
}