Browse Source

0.1.6

pull/12/head
Mark DiMarco 11 years ago
parent
commit
1b41ea6fba
  1. 44
      package.json

44
package.json

@ -1,22 +1,26 @@
{
"name": "sortable",
"exportName": "Sortable",
"version": "0.1.5",
"devDependencies": {
"grunt": "*",
"grunt-version": "*",
"grunt-contrib-uglify": "*"
},
"description": "Sortable is a minimalist JavaScript library for modern browsers and touch devices. No jQuery.",
"main": "Sortable.js",
"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"
"name": "sortable",
"exportName": "Sortable",
"version": "0.1.6",
"devDependencies": {
"grunt": "*",
"grunt-version": "*",
"grunt-contrib-uglify": "*"
},
"description": "Sortable is a minimalist JavaScript library for modern browsers and touch devices. No jQuery.",
"main": "Sortable.js",
"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"
}

Loading…
Cancel
Save