mirror of https://github.com/RubaXa/Sortable.git
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.
33 lines
591 B
33 lines
591 B
11 years ago
|
{
|
||
|
"name": "Sortable",
|
||
|
"main": "Sortable.js",
|
||
|
"version": "0.1.9",
|
||
|
"homepage": "http://rubaxa.github.io/Sortable/",
|
||
|
"repo": "RubaXa/Sortable",
|
||
|
"authors": [
|
||
|
"RubaXa <ibnRubaXa@gmail.com>"
|
||
|
],
|
||
|
"description": "Sortable is a minimalist JavaScript library for 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"
|
||
|
]
|
||
|
}
|