mirror of https://github.com/RubaXa/Sortable.git
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.
36 lines
874 B
36 lines
874 B
{ |
|
"name": "rubaxa/sortable", |
|
"type": "component", |
|
"description": "Sortable is a JavaScript library for reorderable drag-and-drop lists.", |
|
"homepage": "http://rubaxa.github.io/Sortable/", |
|
"license": "MIT", |
|
"authors": [{ |
|
"name": "RubaXa", |
|
"email": "ibnRubaXa@gmail.com" |
|
}], |
|
"keywords": [ |
|
"sortable", |
|
"reorder", |
|
"list", |
|
"html5", |
|
"drag", |
|
"and", |
|
"drop", |
|
"dnd" |
|
], |
|
"support": { |
|
"issues": "https://github.com/RubaXa/Sortable/issues", |
|
"source": "https://github.com/RubaXa/Sortable.git" |
|
}, |
|
"prefer-stable": true, |
|
"minimum-stability": "dev", |
|
"extra": { |
|
"component": { |
|
"files": [ |
|
"Sortable.js", |
|
"Sortable.min.js", |
|
"jquery.binding.js" |
|
] |
|
} |
|
} |
|
}
|
|
|