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