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.
|
|
|
{
|
|
|
|
"name": "Sortable",
|
|
|
|
"main": "Sortable.js",
|
v1.3.0: Improved stability and performance on touch devices; Added a new option `chosenClass`
And so on: #558, #547, #542, #537, #532, #516, #500, #489, #489, #447, #475, #459, ##422, #411, #356
9 years ago
|
|
|
"version": "1.3.0",
|
|
|
|
"homepage": "http://rubaxa.github.io/Sortable/",
|
|
|
|
"repo": "RubaXa/Sortable",
|
|
|
|
"authors": [
|
|
|
|
"RubaXa <ibnRubaXa@gmail.com>"
|
|
|
|
],
|
|
|
|
"description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
|
|
|
|
"keywords": [
|
|
|
|
"sortable",
|
|
|
|
"reorder",
|
|
|
|
"list",
|
|
|
|
"html5",
|
|
|
|
"drag",
|
|
|
|
"and",
|
|
|
|
"drop",
|
|
|
|
"dnd"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
|
|
|
|
"scripts": [
|
|
|
|
"Sortable.js"
|
|
|
|
]
|
|
|
|
}
|