@ncstate/sat-popover
Version:
Popover component for Angular
44 lines • 1.01 kB
JSON
{
"name": "@ncstate/sat-popover",
"version": "16.0.0",
"description": "Popover component for Angular",
"author": "Will Howell",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^21",
"@angular/core": "^21",
"@angular/cdk": "^21"
},
"module": "fesm2022/ncstate-sat-popover.mjs",
"typings": "types/ncstate-sat-popover.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ncstate-sat-popover.d.ts",
"default": "./fesm2022/ncstate-sat-popover.mjs"
}
},
"sideEffects": false,
"type": "module",
"dependencies": {
"tslib": "^2.3.0"
},
"keywords": [
"angular",
"component",
"popover",
"popup",
"popper",
"overlay"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ncstate-sat/popover.git"
},
"bugs": {
"url": "https://github.com/ncstate-sat/popover/issues"
},
"homepage": "https://github.com/ncstate-sat/popover#readme"
}