You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
796 B
JSON
31 lines
796 B
JSON
{
|
|
"name": "dragtable",
|
|
"title": "dragtable.js",
|
|
"description": "jQuery plugin to sort and reorder table columns by using drag and drop",
|
|
"keywords": [
|
|
"drag",
|
|
"drop",
|
|
"order",
|
|
"sort",
|
|
"table",
|
|
"dragtable"
|
|
],
|
|
"version": "2.0.15",
|
|
"author": {
|
|
"name": "Andres"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/akottr/dragtable/blob/2.0.15/LICENSE.txt"
|
|
}
|
|
],
|
|
"bugs": "https://github.com/akottr/dragtable/issues",
|
|
"homepage": "http://akottr.github.io/dragtable/",
|
|
"docs": "http://akottr.github.io/dragtable/",
|
|
"download": "https://github.com/akottr/dragtable/archive/2.0.15.zip",
|
|
"dependencies": {
|
|
"jquery": ">=1.7.2"
|
|
}
|
|
}
|