{
  "name": "sortable-lite",
  "version": "1.1.4",
  "description": "Simple and lightweight JavaScript module to make HTML tables sortable",
  "main": "index.js",
  "type": "module",
  "files": [
    "index.js",
    "sortable-table.css"
  ],
  "keywords": [
    "sortable",
    "table",
    "javascript",
    "html",
    "sorting",
    "vanilla",
    "vanilla-js",
    "sort",
    "html-table",
    "lightweight",
    "no-dependencies"
  ],
  "author": "Niels Koster",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nkoster/sortable.git"
  }
}
