forked from jquery-textfill/jquery-textfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
textfill.jquery.json
35 lines (34 loc) · 899 Bytes
/
textfill.jquery.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
{
"name": "textfill",
"version": "0.4.0",
"title": "jQuery TextFill",
"author": {
"name": "jQuery TextFill contributors",
"url": "https://github.com/jquery-textfill/jquery-textfill"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery-textfill/jquery-textfill/blob/master/COPYING"
}
],
"dependencies": {
"jquery": "*"
},
"description": "Resizing text to fit into container.",
"keywords": [
"resize",
"text"
],
"homepage": "https://github.com/jquery-textfill/jquery-textfill",
"docs": "https://github.com/jquery-textfill/jquery-textfill",
"demo": "http://jquery-textfill.github.io/jquery-textfill/index.html",
"bugs": "https://github.com/jquery-textfill/jquery-textfill/issues",
"maintainers": [
{
"name": "Yu-Jie Lin",
"email": "[email protected]",
"url": "http://yjl.im"
}
]
}