-
Notifications
You must be signed in to change notification settings - Fork 0
/
gridClasses.jquery.json
32 lines (32 loc) · 990 Bytes
/
gridClasses.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
{
"name": "gridClasses",
"title": "gridClasses",
"description": "A jQuery plugin that adds classes to items floated in a grid style. The following classes are added: topRow, bottomRow, firstInRow, lastInRow (the class names themselves may be altered).",
"keywords": [
"grid"
],
"version": "1.0.0",
"author": {
"name": "Delford Chaffin",
"url": "https://github.com/dchaffin"
},
"maintainers": [
{
"name": "Delford Chaffin",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "GPLv2",
"url": "http://www.example.com/licenses/gpl.html"
}
],
"bugs": "https://github.com/dchaffin/gridClasses/issues",
"homepage": "https://github.com/dchaffin/gridClasses",
"docs": "https://github.com/dchaffin/gridClasses",
"download": "https://github.com/dchaffin/gridClasses",
"dependencies": {
"jquery": ">=1.5"
}
}