angular-feather
Version:
Feather Icons components library for your Angular Applications
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "angular-feather",
"version": "6.1.0",
"description": "Feather Icons components library for your Angular Applications",
"repository": {
"type": "git",
"url": "git+https://github.com/michaelbazos/angular-feather.git"
},
"keywords": [
"angular2",
"angular",
"feather",
"icons",
"svg",
"2",
"ui",
"components",
"library"
],
"author": "Michael Bazos",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelbazos/angular-feather/issues"
},
"homepage": "https://github.com/michaelbazos/angular-feather#readme",
"peerDependencies": {
"@angular/common": "^11.0.4",
"@angular/core": "^11.0.4"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/angular-feather.umd.js",
"module": "fesm2015/angular-feather.js",
"es2015": "fesm2015/angular-feather.js",
"esm2015": "esm2015/angular-feather.js",
"fesm2015": "fesm2015/angular-feather.js",
"typings": "angular-feather.d.ts",
"metadata": "angular-feather.metadata.json",
"sideEffects": false
}