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.

31 lines
563 B

11 years ago
{
"name": "Sortable",
"main": [
9 years ago
"Sortable.js",
"ng-sortable.js"
],
11 years ago
"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.",
11 years ago
"keywords": [
"sortable",
"reorder",
"list",
"html5",
"drag",
"and",
"drop",
"dnd",
9 years ago
"web-components"
11 years ago
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
]
11 years ago
}