@ngneat/helipopper
Version:
A Powerful Tooltip and Popover for Angular Applications
51 lines • 1.16 kB
JSON
{
"name": "@ngneat/helipopper",
"version": "10.2.1",
"description": "A Powerful Tooltip and Popover for Angular Applications",
"dependencies": {
"tslib": "^2.3.0",
"@ngneat/overview": "^6.1.0",
"tippy.js": "6.3.7"
},
"peerDependencies": {
"@angular/core": ">=17.0.0"
},
"keywords": [
"angular",
"angular tooltip",
"angular popover",
"tooltip",
"popover",
"tippy.js",
"popper.js",
"helipopper"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/ngneat/helipopper/issue"
},
"homepage": "https://github.com/ngneat/helipopper#readme",
"repository": {
"type": "git",
"url": "https://github.com/ngneat/helipopper"
},
"module": "fesm2022/ngneat-helipopper.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngneat-helipopper.mjs"
},
"./config": {
"types": "./config/index.d.ts",
"default": "./fesm2022/ngneat-helipopper-config.mjs"
}
},
"sideEffects": false
}