-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaciSortable.jquery.json
More file actions
37 lines (37 loc) · 1.41 KB
/
Copy pathaciSortable.jquery.json
File metadata and controls
37 lines (37 loc) · 1.41 KB
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
{
"name": "aciSortable",
"title": "aciSortable - A jQuery sortable plugin",
"description": "Sort a list of items (including nested items) in a drag & drop style. Child containers can be created on the fly to allow drag & drop in a tree like structure. Supports drag & drop between sortables. Using callbacks and/or events you can make aciSortable use your own look and feel.",
"keywords": [
"sortable",
"nested",
"items"
],
"version": "1.8.0",
"author": {
"name": "Dragos Ursu",
"email":"dragosu@acoderinsights.ro",
"url": "https://github.com/dragosu"
},
"maintainers": [{
"name": "Dragos Ursu",
"email":"dragosu@acoderinsights.ro",
"url": "https://github.com/dragosu"
}],
"licenses": [{
"type": "MIT",
"url": "http://acoderinsights.ro/source/aciSortable/mit-licence.txt"
},{
"type": "GPLv2",
"url": "http://acoderinsights.ro/source/aciSortable/gpl-v2-licence.txt"
}],
"homepage": "http://acoderinsights.ro",
"demo": "http://acoderinsights.ro/source/aciSortable/aciSortable.html",
"download": "http://acoderinsights.ro/source/zip/aciSortable.zip",
"docs": "http://acoderinsights.ro/en/aciSortable-sorting-list-elements-jQuery",
"bugs": "https://github.com/dragosu/jquery-aciSortable/issues",
"dependencies": {
"jquery": ">=1.7.1",
"aciPlugin": ">=1.4.0"
}
}