mirror of https://github.com/RubaXa/Sortable.git
RubaXa
11 years ago
3 changed files with 29 additions and 2 deletions
@ -0,0 +1,27 @@ |
|||||||
|
{ |
||||||
|
"name": "Sortable", |
||||||
|
"main": "Sortable.js", |
||||||
|
"version": "0.1.5", |
||||||
|
"homepage": "http://rubaxa.github.io/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" |
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue