You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
787 B
33 lines
787 B
{
|
|
"name": "dragsort",
|
|
"version": "1.0.4",
|
|
"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"
|
|
},
|
|
"_release": "1.0.4",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.0.4",
|
|
"commit": "972b050fdc45f84dc3d0eadf91f209832082fb14"
|
|
},
|
|
"_source": "https://github.com/karsonzhang/fastadmin-dragsort.git",
|
|
"_target": "~1.0.0",
|
|
"_originalSource": "fastadmin-dragsort"
|
|
} |