forked from johnny/jquery-sortable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsortable.jquery.json
More file actions
29 lines (29 loc) · 827 Bytes
/
sortable.jquery.json
File metadata and controls
29 lines (29 loc) · 827 Bytes
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
{
"name": "sortable",
"title": "jQuery Sortable",
"description": "Enables items in a list (or table etc.) to be sorted horizontally and vertically using the mouse. Supports nested lists and pure drag/drop containers. Does not require jQuery UI.",
"keywords": [
"list",
"sort",
"sortable",
"drag",
"drop"
],
"version": "0.9.11",
"author": {
"name": "Jonas von Andrian"
},
"licenses": [
{
"type": "BSD-3",
"url": "https://github.com/johnny/jquery-sortable/blob/0.9.11/LICENSE"
}
],
"bugs": "https://github.com/johnny/jquery-sortable/issues",
"homepage": "http://johnny.github.com/jquery-sortable/",
"docs": "http://johnny.github.com/jquery-sortable/",
"download": "http://johnny.github.com/jquery-sortable/",
"dependencies": {
"jquery": ">=1.7"
}
}