-
Notifications
You must be signed in to change notification settings - Fork 11
/
df-list.jquery.json
46 lines (46 loc) · 1.11 KB
/
df-list.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
36
37
38
39
40
41
42
43
44
45
46
{
"name" : "df-list",
"version" : "1.2.4",
"title" : "jQuery Fixed/Floating List Header",
"author" : {
"name" : "Team DF",
"email" : "[email protected]",
"url" : "http://teamdf.com/"
},
"maintainers" : [
{
"name" : "Sam Sehnert",
"email" : "[email protected]"
},{
"name" : "Phil Taylor",
"email" : "[email protected]"
},{
"name" : "Paul Hutton",
"email" : "[email protected]"
}
],
"description" : "This plugin allows the user to create a list with floating headings while scrolling, a-la iOS & iCal day view. The plugin allows arbitrary markup of the header and list items, and will work nicely with nested elements.",
"keywords" : [
"list",
"floating",
"header",
"fixed",
"scroll",
"ui"
],
"homepage" : "https://github.com/teamdf/jquery-list/",
"docs" : "http://opensource.teamdf.com/list/docs/",
"demo" : "http://opensource.teamdf.com/list/examples/demo-basic.html",
"files" : [
"jquery.list.js", "jquery.list.min.js"
],
"dependencies" : {
"jquery" : ">1.6.0"
},
"licenses" : [
{
"type": "MIT",
"url": "http://opensource.teamdf.com/license/"
}
]
}