2012-11-28 02:55:36 +00:00
{
2015-02-13 03:10:38 +00:00
"name" : "tablesorter" ,
"title" : "tablesorter" ,
2015-11-05 02:15:37 +00:00
"version" : "2.24.3" ,
2015-05-17 20:32:53 +00:00
"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." ,
2015-02-13 03:10:38 +00:00
"author" : {
"name" : "Christian Bach" ,
"url" : "http://tablesorter.com/"
} ,
"maintainers" : [
{
"name" : "Rob Garrison" ,
"url" : "https://github.com/Mottie" ,
"email" : "wowmotty@gmail.com"
}
] ,
2015-08-15 15:51:50 +00:00
"license" : "(MIT OR GPL-2.0+)" ,
2015-02-13 03:10:38 +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" ,
"natural" ,
"jquery-plugin"
] ,
2015-03-28 20:03:50 +00:00
"main" : "dist/js/jquery.tablesorter.combined.js" ,
2015-02-13 03:10:38 +00:00
"files" : [
2015-04-22 12:49:44 +00:00
"dist/"
2015-02-13 03:10:38 +00:00
] ,
"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" ,
2015-09-10 03:39:58 +00:00
"grunt-contrib-concat" : "^0.5.1" ,
2015-10-20 11:00:24 +00:00
"grunt-contrib-copy" : "^0.8.2" ,
2015-09-18 17:12:12 +00:00
"grunt-contrib-cssmin" : "^0.14.0" ,
2015-09-10 03:39:58 +00:00
"grunt-contrib-jshint" : "^0.11.3" ,
"grunt-contrib-qunit" : "^0.7.0" ,
2015-10-31 14:31:23 +00:00
"grunt-contrib-uglify" : "^0.10.0" ,
2015-02-13 03:10:38 +00:00
"grunt-contrib-watch" : "^0.6.1" ,
2015-10-31 14:31:23 +00:00
"grunt-jscs" : "^2.3.0" ,
2015-09-10 03:39:58 +00:00
"grunt-string-replace" : "^1.2.0"
2015-02-13 03:10:38 +00:00
}
}