33 lines
601 B
JSON
33 lines
601 B
JSON
{
|
|
"name": "Sortable",
|
|
"main": "Sortable.js",
|
|
"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"
|
|
]
|
|
}
|