Files
2014-07-12 16:29:15 +08:00

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"
}