tablesorter/package.json

42 lines
1.4 KiB
JSON
Raw Normal View History

2012-04-24 03:16:06 +00:00
{
"name": "tablesorter",
2012-06-01 14:49:46 +00:00
"version": "2.3.6",
"title": "tablesorter",
"author": {
"name": "Christian Bach",
"url": "http://tablesorter.com/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"dependencies": {
2012-03-18 14:07:54 +00:00
"jquery": ">=1.2.6"
},
"description": "tablesorter 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.\n\nThis forked version adds lots of new enhancements including: alphanumeric sorting, pager callback functons, multiple widgets providing column styling, ui theme application, sticky headers, column filters and resizer, as well as extended documentation with a lot more demos.",
"keywords": [
"table",
"sort",
"sorting",
"alphanumeric sort",
"natural sort"
],
"homepage": "http://mottie.github.com/tablesorter/docs/index.html",
2012-01-22 15:02:02 +00:00
"maintainers": [
{
"name": "Rob Garrison",
"url": "https://github.com/Mottie"
}
],
"files": [
"css/blue/blue.zip",
"js/",
"/addons/pager/"
]
}