first commit - the initial version of ng2-fittext, not best but good

This commit is contained in:
Lorenzo Iovino 2017-03-14 13:46:18 +01:00
commit abf9e20a50
7 changed files with 125 additions and 0 deletions

36
package.json Normal file
View file

@ -0,0 +1,36 @@
{
"name": "ng2-fittext",
"version": "1.0.1",
"description": "An Angular2 directive for autoscale the font size of an element to fit an upper level container.",
"main": "index.js",
"scripts": {
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lokenxo/ng2-fittext.git"
},
"keywords": [
"angular2",
"ng2",
"fittext",
"ng2-fittext",
"responsivefont"
],
"author": "Lorenzo Iovino",
"license": "ISC",
"bugs": {
"url": "https://github.com/lokenxo/ng2-fittext/issues"
},
"homepage": "https://github.com/lokenxo/ng2-fittext#readme",
"dependencies": {
"@angular/core": "^2.4.0"
},
"devDependencies": {
"typescript": "~2.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}