-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathwidowfix.jquery.json
35 lines (34 loc) · 1.15 KB
/
widowfix.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": "widowfix",
"title": "jQuery Widow Fix",
"description": "Widow Fix is a jQuery plugin to fix widows, or orphans, or whatever you call them—those single words on their own line. It does this by adding a (non-breaking space) in between the last 2 words.<br>Another related script is Widow Tamer by Nathan Ford http://artequalswork.com/posts/on-widows.php which is pretty sweet too.",
"keywords": [
"typography",
"orphans",
"widows",
"design",
"widowfix"
],
"version": "1.3.2",
"dependencies": {
"jquery": ">=1.4.3"
},
"author": {
"name": "Matthew Lein",
"url": "http://matthewlein.com/"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bugs": "https://github.com/matthewlein/jQuery-widowFix/issues",
"homepage": "http://matthewlein.com/widowfix/",
"docs": "http://matthewlein.com/widowfix/",
"download": "https://github.com/matthewlein/jQuery-widowFix"
}