UNPKG

angular-line-awesome

Version:

Angular Line Awesome is an Angular component to manage Line Awesome icons.

42 lines 1.08 kB
{ "name": "angular-line-awesome", "description": "Angular Line Awesome is an Angular component to manage Line Awesome icons.", "version": "19.0.0", "author": "Marco Martins", "license": "MIT License", "repository": { "type": "git", "url": "git+https://github.com/marco-martins/angular-line-awesome.git" }, "keywords": [ "Angular", "Line Awesome", "Icons", "Icons 8", "SVG" ], "exports": { "./icons": "./icons/index.js", "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/angular-line-awesome.mjs" } }, "bugs": { "url": "https://github.com/marco-martins/angular-line-awesome/issues" }, "homepage": "https://github.com/marco-martins/angular-line-awesome#readme", "peerDependencies": { "@angular/common": ">= 8.2.x <= 19.x.x", "@angular/core": ">= 8.2.x <= 19.x.x" }, "module": "fesm2022/angular-line-awesome.mjs", "typings": "index.d.ts", "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }