{
  "name": "tablednd",
  "version": "1.0.5",
  "description": "JQuery plugin for dragging and dropping rows in a table",
  "main": "dist/jquery.tablednd.js",
  "dependencies": {},
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-uglify": "^0.6.0",
    "jshint": "^2.9.3",
    "release-it": "^5.2.0"
  },
  "scripts": {
    "test": "grunt test",
    "make-dist": "grunt",
    "release": "release-it",
    "release-dry-run": "release-it --dry-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isocra/TableDnD.git"
  },
  "keywords": [
    "tablednd",
    "drag",
    "and",
    "drop",
    "jquery"
  ],
  "author": "DenisH",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/isocra/TableDnD/issues"
  },
  "homepage": "https://github.com/isocra/TableDnD#readme"
}
