forked from leandropio/ng-fi-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
44 lines (44 loc) · 776 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "ng-fi-text",
"version": "0.1.0",
"authors": [
"Leandro Bessone"
],
"description": "Makes any text fits any box of any size in your beloved website.",
"main": "dist/ng-fi-text.js",
"moduleType": [
"globals"
],
"ignore": [
"bower_components",
"legacy_versions",
"node_modules",
"src",
".git",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
"bower.json",
"gruntfile.js",
"package.json",
"npm-debug-log",
"README.md",
"index.html"
],
"keywords": [
"fi-text",
"fit",
"text",
"adjust",
"font",
"size",
"div",
"box",
"expand",
"cover",
"contain"
],
"license": "MIT",
"homepage": "http://leandropio.github.io/ng-fi-text/"
}