Ref changed folder structure and lib
This commit is contained in:
parent
f2a8edb15f
commit
26b739726f
18 changed files with 160 additions and 107 deletions
42
projects/lib/package.json
Normal file
42
projects/lib/package.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"name": "ng2-fittext",
|
||||
"version": "1.4.0",
|
||||
"description": "Ng2-fittext: An Angular2+ directive that change the font size until it fit the upper level container dimension.",
|
||||
"keywords": [
|
||||
"ng2-fittext",
|
||||
"fittext",
|
||||
"angular",
|
||||
"angular 2",
|
||||
"angular 4",
|
||||
"angular 5",
|
||||
"angular 6",
|
||||
"angular 7",
|
||||
"angular 8",
|
||||
"angular 9",
|
||||
"angular 10",
|
||||
"angular 11",
|
||||
"angular 12",
|
||||
"angular 13",
|
||||
"angular 14",
|
||||
"angular 15",
|
||||
"angular 16",
|
||||
"angular 17",
|
||||
"fit text",
|
||||
"responsive text",
|
||||
"responsive font size",
|
||||
"font size"
|
||||
],
|
||||
"author": "Lorenzo Iovino",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^17.0.0",
|
||||
"@angular/core": "^17.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.com/thisloke/ng2-fittext.git"
|
||||
},
|
||||
"sideEffects": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue