mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 12:56:05 +10:00
29 lines
671 B
JSON
29 lines
671 B
JSON
{
|
|
"name": "Sortable",
|
|
"title": "Sortable",
|
|
"exportName": "Sortable",
|
|
"version": "0.3.0",
|
|
"filename": "Sortable.min.js",
|
|
"homepage": "http://rubaxa.github.io/Sortable/",
|
|
"devDependencies": {
|
|
"grunt": "*",
|
|
"grunt-version": "*",
|
|
"grunt-contrib-uglify": "*"
|
|
},
|
|
"description": "Sortable is a minimalist JavaScript library for modern browsers and touch devices. No jQuery.",
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/rubaxa/Sortable.git"
|
|
},
|
|
"keywords": [
|
|
"sortable",
|
|
"reorder",
|
|
"drag"
|
|
],
|
|
"author": "Konstantin Lebedev <ibnRubaXa@gmail.com>",
|
|
"license": "MIT"
|
|
}
|