29 lines
638 B
JSON
29 lines
638 B
JSON
{
|
|
"name": "tablesort",
|
|
"description": "A sorting component for HTML tables",
|
|
"version": "5.7.0",
|
|
"author": "tristen",
|
|
"license": "MIT",
|
|
"main": "./src/tablesort.js",
|
|
"homepage": "http://tristen.ca/tablesort/demo/",
|
|
"engines": {
|
|
"node": ">= 22",
|
|
"npm": ">= 10"
|
|
},
|
|
"scripts": {
|
|
"build": "grunt",
|
|
"test": "node test/test.dom.js | tap-spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tristen/tablesort.git"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.6.1",
|
|
"grunt-cli": "^1.5.0",
|
|
"grunt-contrib-uglify": "^5.2.1",
|
|
"jsdom": "^26.1.0",
|
|
"tap-spec": "^5.0.0"
|
|
}
|
|
}
|