This commit is contained in:
mstfyldz
2026-02-16 17:42:41 +03:00
commit d42f1405e1
2993 changed files with 1171175 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "TableDnD",
"version": "0.9.1",
"main": [
"./js/jquery.tablednd.js"
],
"ignore": [
"LICENCE", "README.md"
],
"dependencies": {
"jquery": ">= 1.7.0"
},
"homepage": "https://github.com/isocra/TableDnD"
}