This commit is contained in:
mstfyldz
2026-02-16 18:52:45 +03:00
parent 0000e125aa
commit 192dfc2de8
2972 changed files with 1170986 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"
}