angular-confirmation-popover
Version:
An angular 15.0+ bootstrap confirmation popover
56 lines • 1.66 kB
JSON
{
"name": "angular-confirmation-popover",
"version": "7.0.0",
"description": "An angular 15.0+ bootstrap confirmation popover",
"repository": {
"type": "git",
"url": "git+https://github.com/mattlewis92/angular-confirmation-popover.git"
},
"keywords": [
"angular",
"angular2",
"bootstrap",
"popover",
"confirm",
"confirmation"
],
"author": "Matt Lewis",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattlewis92/angular-confirmation-popover/issues"
},
"homepage": "https://github.com/mattlewis92/angular-confirmation-popover#readme",
"dependencies": {
"positioning": "^2.0.1",
"tslib": "^2.3.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"peerDependencies": {
"@angular/core": ">=15.0.0"
},
"packageManager": "pnpm@7.32.2",
"module": "fesm2015/angular-confirmation-popover.mjs",
"es2020": "fesm2020/angular-confirmation-popover.mjs",
"esm2020": "esm2020/angular-confirmation-popover.mjs",
"fesm2020": "fesm2020/angular-confirmation-popover.mjs",
"fesm2015": "fesm2015/angular-confirmation-popover.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/angular-confirmation-popover.mjs",
"es2020": "./fesm2020/angular-confirmation-popover.mjs",
"es2015": "./fesm2015/angular-confirmation-popover.mjs",
"node": "./fesm2015/angular-confirmation-popover.mjs",
"default": "./fesm2020/angular-confirmation-popover.mjs"
}
},
"sideEffects": false
}