-
Notifications
You must be signed in to change notification settings - Fork 2
/
SortedList.jquery.json
38 lines (38 loc) · 1.08 KB
/
SortedList.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
{
"name": "SortedList",
"title": "SortedList",
"description": "SortedList is a jQuery plugin to sort a list of DOM elements the way you want. Think about LI, TR, OPTION and even DIVS.",
"keywords": [
"ui",
"jquery"
],
"version": "0.0.3",
"author": {
"name": "Lutrasoft",
"url": ""
},
"maintainers": [
{
"name": "Niels den Otter",
"url": "https://github.com/Tsukasa1989"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bugs": "https://github.com/Lutrasoft/SortedList/issues",
"homepage": "https://github.com/Lutrasoft/SortedList",
"docs": "https://github.com/Lutrasoft/SortedList/wiki",
"download": "https://github.com/Lutrasoft/SortedList/archive/master.zip",
"demo" : "http://lutrasoft.nl/jQuery/sortedlist/",
"dependencies": {
"jquery": ">=1.3.4"
}
}