init commit

This commit is contained in:
2026-03-17 09:56:00 +08:00
commit e2c8ae752d
6827 changed files with 1211784 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "dragsort",
"version": "1.0.2",
"authors": [
"Michael McDonald"
],
"description": "A javascript file that provides the ability to sort lists using drag and drop.",
"main": "jquery.dragsort.js",
"keywords": [
"javascript",
"sort",
"jquery"
],
"license": "http://dragsort.codeplex.com/license",
"homepage": "http://dragsort.codeplex.com/",
"ignore": [
"**/.*",
"bower_components",
"examples"
],
"dependencies": {
"jquery": "~3.7.0"
}
}