package.json 599 字节
Newer Older
R
RubaXa 已提交
1
{
M
0.1.6  
Mark DiMarco 已提交
2 3
  "name": "sortable",
  "exportName": "Sortable",
4
  "version": "0.6.0",
M
0.1.6  
Mark DiMarco 已提交
5 6 7 8 9
  "devDependencies": {
    "grunt": "*",
    "grunt-version": "*",
    "grunt-contrib-uglify": "*"
  },
10
  "description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
M
0.1.6  
Mark DiMarco 已提交
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  "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"
R
RubaXa 已提交
26
}