forked from SortableJS/Sortable
-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
36 lines (36 loc) · 885 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "components/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"
]
}
}
}