Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "rubaxa/sortable",
Comment thread
hawkeyetwolf marked this conversation as resolved.
Outdated
"type": "component",
"description": "Sortable is a JavaScript library for reorderable drag-and-drop lists.",
"homepage": "http://rubaxa.github.io/Sortable/",
Comment thread
hawkeyetwolf marked this conversation as resolved.
Outdated
"license": "MIT",
"authors": [{
"name": "RubaXa",
"email": "ibnRubaXa@gmail.com"
}],
Comment thread
hawkeyetwolf marked this conversation as resolved.
Outdated
"keywords": [
"sortable",
"reorder",
"list",
"html5",
"drag",
"and",
"drop",
"dnd"
],
"support": {
"issues": "https://github.com/RubaXa/Sortable/issues",
Comment thread
hawkeyetwolf marked this conversation as resolved.
Outdated
"source": "https://github.com/RubaXa/Sortable.git"
Comment thread
hawkeyetwolf marked this conversation as resolved.
Outdated
},
"prefer-stable": true,
"minimum-stability": "dev",
"extra": {
"component": {
"files": [
"Sortable.js",
"Sortable.min.js",
"jquery.binding.js"
Comment thread
hawkeyetwolf marked this conversation as resolved.
Outdated
]
}
}
}