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.
27 lines
480 B
JSON
27 lines
480 B
JSON
{
|
|
"name": "dragtable",
|
|
"version": "2.0.15",
|
|
"homepage": "http://akottr.github.io/dragtable",
|
|
"authors": [
|
|
"Andres <akottr@gmail.com>"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "*"
|
|
},
|
|
"description": "A draggable column table plugin for jquery.",
|
|
"main": "jquery.dragtable.js",
|
|
"keywords": [
|
|
"table",
|
|
"jquery",
|
|
"draggable"
|
|
],
|
|
"license": "MIT GPL",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|