{
  "name": "tablesort",
  "description": "A sorting component for HTML tables",
  "version": "5.6.0",
  "author": "tristen",
  "license": "MIT",
  "main": "./src/tablesort.js",
  "homepage": "http://tristen.ca/tablesort/demo/",
  "engines": {
    "node": ">= 16",
    "npm": ">= 8"
  },
  "scripts": {
    "build": "grunt",
    "test": "tape test/test.client.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tristen/tablesort.git"
  },
  "devDependencies": {
    "finalhandler": "^1.2.0",
    "grunt": "^1.6.1",
    "grunt-cli": "^1.5.0",
    "grunt-contrib-uglify": "^5.2.1",
    "phantomjs-prebuilt": "~2.1.x",
    "serve-static": "^1.15.0",
    "tap-spec": "^5.0.0",
    "tape": "^5.5.3"
  }
}
