ngx-vcard
Version:
Generate an RFC compliant vCard and download it.
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "ngx-vcard",
"version": "5.0.2",
"description": "Generate an RFC compliant vCard and download it.",
"keywords": [
"angular",
"vCard"
],
"homepage": "https://github.com/DanielHabenicht/ngx-vcard",
"bugs": {
"url": "https://github.com/DanielHabenicht/ngx-vcard/issues"
},
"author": {
"name": "Daniel Habenicht",
"email": "daniel-habenicht@aquiver.de",
"url": "https://www.aquiver.de"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DanielHabenicht/ngx-vcard"
},
"dependencies": {
"tslib": "2.6.3"
},
"peerDependencies": {
"@angular/common": ">=17.x <20.0.0",
"@angular/core": ">=17.x <20.0.0"
},
"module": "fesm2022/ngx-vcard.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-vcard.mjs",
"esm": "./esm2022/ngx-vcard.mjs",
"default": "./fesm2022/ngx-vcard.mjs"
}
},
"sideEffects": false
}