* Update package-lock.json * Add gitignore editor folders * Fix demo build missing dependency
42 lines
893 B
JSON
42 lines
893 B
JSON
{
|
|
"name": "ng2-fittext",
|
|
"version": "1.4.1",
|
|
"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
|
|
}
|