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