mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
43 lines
918 B
JSON
43 lines
918 B
JSON
{
|
|
"name": "Sortable",
|
|
"main": [
|
|
"Sortable.js",
|
|
"ng-sortable.js",
|
|
"knockout-sortable.js",
|
|
"react-sortable-mixin.js"
|
|
],
|
|
"homepage": "http://rubaxa.github.io/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",
|
|
"web-components"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"version": "1.4.2",
|
|
"_release": "1.4.2",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "1.4.2",
|
|
"commit": "d86937c8bca017f948aad04eb02dcaddfbb60ffa"
|
|
},
|
|
"_source": "git://github.com/RubaXa/Sortable.git",
|
|
"_target": "~1.4.2",
|
|
"_originalSource": "Sortable",
|
|
"_direct": true
|
|
} |