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.
30 lines
684 B
30 lines
684 B
{
|
|
"name": "Sortable",
|
|
"main": [
|
|
"Sortable.js"
|
|
],
|
|
"homepage": "http://SortableJS.github.io/Sortable/",
|
|
"authors": [
|
|
"RubaXa <ibnRubaXa@gmail.com>",
|
|
"owenm <owen23355@gmail.com>"
|
|
],
|
|
"description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.",
|
|
"keywords": [
|
|
"sortable",
|
|
"reorder",
|
|
"list",
|
|
"html5",
|
|
"drag",
|
|
"and",
|
|
"drop",
|
|
"dnd",
|
|
"web-components"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|
|
|