tablesort
Version:
A sorting component for HTML tables
28 lines (27 loc) • 673 B
JSON
{
"name": "tablesort",
"description": "A sorting component for HTML tables",
"version": "5.3.0",
"author": "tristen",
"license": "MIT",
"main": "./src/tablesort.js",
"homepage": "http://tristen.ca/tablesort/demo/",
"scripts": {
"build": "grunt",
"test": "tape test/test.client.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git://github.com/tristen/tablesort.git"
},
"devDependencies": {
"finalhandler": "0.2.x",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "^2.0.0",
"phantomjs-prebuilt": "~2.1.x",
"serve-static": "1.6.x",
"tap-spec": "^2.2.0",
"tape": "^3.0.0"
}
}