2012-11-28 02:55:36 +00:00
{
2013-01-29 22:42:23 +00:00
"name" : "tablesorter" ,
"title" : "tablesorter" ,
2014-10-27 00:11:12 +00:00
"version" : "2.18.0" ,
2013-01-29 22:42:23 +00:00
"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." ,
"author" : {
"name" : "Christian Bach" ,
"url" : "http://tablesorter.com/"
} ,
"maintainers" : [ {
"name" : "Rob Garrison" ,
2013-02-17 19:29:02 +00:00
"url" : "https://github.com/Mottie" ,
"email" : "wowmotty@gmail.com"
2013-01-29 22:42:23 +00:00
} ] ,
"licenses" : [ {
2013-02-17 19:29:02 +00:00
"type" : "MIT" ,
"url" : "http://www.opensource.org/licenses/mit-license.php"
} , {
"type" : "GPL" ,
"url" : "http://www.gnu.org/licenses/gpl.html"
2013-01-29 22:42:23 +00:00
} ] ,
"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" ,
2014-10-27 02:26:18 +00:00
"natural" ,
"jquery-plugin"
2013-01-29 22:42:23 +00:00
] ,
2013-02-17 19:29:02 +00:00
"main" : "js/tablesorter.js" ,
2013-01-29 22:42:23 +00:00
"files" : [
"css/theme.default.css" ,
"js/jquery.tablesorter.min.js" ,
"js/jquery.tablesorter.widgets.min.js" ,
"addons/pager/"
2014-10-27 00:11:12 +00:00
] ,
2014-10-27 01:49:40 +00:00
"repository" : {
"type" : "git" ,
"url" : "git://github.com/Mottie/tablesorter.git"
} ,
2014-10-27 00:11:12 +00:00
"npmName" : "tablesorter" ,
"npmFileMap" : [ {
2014-10-27 02:19:09 +00:00
"basePath" : "" ,
2014-10-27 00:11:12 +00:00
"files" : [
"js/*" ,
"js/**/*" ,
"css/*" ,
"css/images/*" ,
"addons/pager/*" ,
"addons/pager/icons/*"
]
2014-10-27 02:19:09 +00:00
} ] ,
"autoupdate" : {
"source" : "git" ,
"target" : "git://github.com/Mottie/tablesorter.git" ,
"basePath" : "" ,
"files" : [
"js/*" ,
"js/**/*" ,
"css/*" ,
"css/images/*" ,
"addons/pager/*" ,
"addons/pager/icons/*"
]
}
2011-12-13 04:25:26 +00:00
}