mirror of https://github.com/RubaXa/Sortable.git
Ivan Voskoboynyk
11 years ago
1 changed files with 32 additions and 0 deletions
@ -0,0 +1,32 @@ |
|||||||
|
{ |
||||||
|
"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" |
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue