sortable-lite
Version:
Simple and lightweight JavaScript module to make HTML tables sortable
31 lines (30 loc) • 589 B
JSON
{
"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"
}
}