mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "tablesorter",
|
|
"title": "tablesorter",
|
|
"version": "2.23.2",
|
|
"description": "tablesorter (FORK) is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.",
|
|
"author": {
|
|
"name": "Christian Bach",
|
|
"url": "http://tablesorter.com/"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Rob Garrison",
|
|
"url": "https://github.com/Mottie",
|
|
"email": "wowmotty@gmail.com"
|
|
}
|
|
],
|
|
"license": "(MIT OR GPL-2.0+)",
|
|
"homepage": "http://mottie.github.com/tablesorter/",
|
|
"bugs": "https://github.com/Mottie/tablesorter/issues",
|
|
"docs": "http://mottie.github.com/tablesorter/docs/index.html",
|
|
"demo": "https://github.com/Mottie/tablesorter/wiki",
|
|
"dependencies": {
|
|
"jquery": ">=1.2.6"
|
|
},
|
|
"keywords": [
|
|
"table",
|
|
"sort",
|
|
"sorting",
|
|
"alphanumeric",
|
|
"natural",
|
|
"jquery-plugin"
|
|
],
|
|
"main": "dist/js/jquery.tablesorter.combined.js",
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Mottie/tablesorter.git"
|
|
},
|
|
"npmName": "tablesorter",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "",
|
|
"files": [
|
|
"dist/**/*"
|
|
]
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/Mottie/tablesorter.git",
|
|
"basePath": "",
|
|
"files": [
|
|
"dist/**/*"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-cli": "~0.1.13",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
"grunt-contrib-copy": "^0.7.0",
|
|
"grunt-contrib-cssmin": "^0.12.1",
|
|
"grunt-contrib-jshint": "^0.11.0",
|
|
"grunt-contrib-qunit": "^0.5.2",
|
|
"grunt-contrib-uglify": "^0.7.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-jscs": "^1.8.0",
|
|
"grunt-string-replace": "^1.0.0"
|
|
}
|
|
}
|