@uiowa/uiowa-header
Version:
An Angular library for uiowa website header, including an IOWA branding bar and a website nav bar.
37 lines • 919 B
JSON
{
"name": "@uiowa/uiowa-header",
"version": "21.0.0",
"author": "Changhui Xu <changhui-xu@uiowa.edu>",
"description": "An Angular library for uiowa website header, including an IOWA branding bar and a website nav bar.",
"keywords": [
"Angular",
"uiowa",
"header",
"nav bar",
"uiowa-branding"
],
"repository": {
"type": "git",
"url": "https://github.com/changhuixu/uiowa-header-demo.git"
},
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=21.0.0",
"@angular/core": ">=21.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/uiowa-uiowa-header.mjs",
"typings": "types/uiowa-uiowa-header.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/uiowa-uiowa-header.d.ts",
"default": "./fesm2022/uiowa-uiowa-header.mjs"
}
}
}