{
  "name": "@curveballerpacks/tablesorter",
  "version": "1.0.0",
  "description": "A jQuery plugin to sort tabular data on the webpages.",
  "main": "src/js/tablesorter.js",
  "scripts": {
    "test": "mocha --timeout 10000 tablesorter.test.js || true",
    "doc": "jsdoc src/js/tablesorter.js -c ./node_modules/ink-docstrap/template/jsdoc.conf.json  -t ./node_modules/ink-docstrap/template -d ./docs -R README.md",
    "preversion": "npm test",
    "version": "npm run doc && git add -A",
    "postversion": "git push && git push --tags && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xcurveballx/tablesorter.git"
  },
  "keywords": [
    "jquery-plugin",
    "browser",
    "ui",
    "tablesorter",
    "sort",
    "tabular",
    "data",
    "tables",
    "columns",
    "rows"
  ],
  "author": "curveball",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xcurveballx/tablesorter/issues"
  },
  "homepage": "https://github.com/xcurveballx/tablesorter#readme",
  "dependencies": {
    "jquery": "^3.4.1"
  },
  "devDependencies": {
    "bootstrap": "^4.3.1",
    "browserify": "^16.2.3",
    "chai": "^4.2.0",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^6.1.0",
    "gulp-cached": "^1.1.1",
    "gulp-clean-css": "^4.2.0",
    "gulp-concat": "^2.6.1",
    "gulp-remember": "^1.0.1",
    "gulp-rename": "^1.4.0",
    "gulp-sass": "^4.0.2",
    "gulp-sequence": "^1.0.0",
    "ink-docstrap": "^1.3.2",
    "jsdoc": "^3.6.2",
    "mocha": "^6.1.4",
    "node-sass": "^4.12.0",
    "path": "^0.12.7",
    "pump": "^3.0.0",
    "puppeteer": "^1.18.1",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0"
  }
}
