2012-11-28 02:55:36 +00:00
{
2015-02-13 03:10:38 +00:00
"name" : "tablesorter" ,
"title" : "tablesorter" ,
2016-04-11 21:04:30 +00:00
"version" : "2.25.8" ,
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" : {
2016-04-07 03:13:35 +00:00
"grunt" : "^1.0.1" ,
2016-04-11 20:47:56 +00:00
"grunt-cli" : "^1.2.0" ,
2016-02-16 20:10:07 +00:00
"grunt-contrib-clean" : "^1.0.0" ,
2016-02-25 03:32:42 +00:00
"grunt-contrib-concat" : "^1.0.0" ,
2016-03-05 16:57:16 +00:00
"grunt-contrib-copy" : "^1.0.0" ,
2016-03-18 15:24:39 +00:00
"grunt-contrib-cssmin" : "^1.0.1" ,
2016-02-18 13:54:15 +00:00
"grunt-contrib-jshint" : "^1.0.0" ,
2016-03-18 15:24:39 +00:00
"grunt-contrib-qunit" : "^1.1.0" ,
"grunt-contrib-uglify" : "^1.0.1" ,
"grunt-contrib-watch" : "^1.0.0" ,
2016-01-10 22:24:57 +00:00
"grunt-htmlhint" : "^0.9.12" ,
2016-03-18 15:24:39 +00:00
"grunt-jscs" : "^2.8.0" ,
2016-01-19 02:46:50 +00:00
"grunt-string-replace" : "^1.2.1"
2015-02-13 03:10:38 +00:00
}
}