forked from jquery-textfill/jquery-textfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bower.json
42 lines (42 loc) · 944 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
{
"name": "jquery-textfill",
"description": "Resizes text to fit into a container",
"keywords": [
"jquery",
"text",
"resize",
"container",
"font"
],
"main": "source/jquery.textfill.js",
"homepage": "https://github.com/jquery-textfill/jquery-textfill",
"authors": [
{
"name": "Russ Painter"
},
{
"name": "Yu-Jie Lin"
},
{
"name": "Alexandre Dantas",
"email": "[email protected]",
" homepage": "http://alexdantas.net"
}
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.6"
},
"devDependencies": {
"qunit": ">=1.11"
},
"_release": "0b101430da",
"_resolution": {
"type": "branch",
"branch": "master",
"commit": "0b101430dad6896e547c37b4363b84ab644a1063"
},
"_source": "https://github.com/aecepoglu/jquery-textfill.git",
"_target": "master",
"_originalSource": "https://github.com/aecepoglu/jquery-textfill.git"
}