2012-11-28 02:55:36 +00:00
{
2015-02-13 03:10:38 +00:00
"name" : "tablesorter" ,
"title" : "tablesorter" ,
2018-07-10 13:30:02 +00:00
"version" : "2.30.7" ,
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"
}
] ,
2017-04-02 10:17:53 +00:00
"license" : "(MIT OR GPL-2.0)" ,
2016-07-20 08:03:14 +00:00
"homepage" : "https://mottie.github.io/tablesorter/" ,
2015-02-13 03:10:38 +00:00
"bugs" : "https://github.com/Mottie/tablesorter/issues" ,
2016-07-20 08:03:14 +00:00
"docs" : "https://mottie.github.io/tablesorter/docs/index.html" ,
2015-02-13 03:10:38 +00:00
"demo" : "https://github.com/Mottie/tablesorter/wiki" ,
"dependencies" : {
2018-04-26 20:03:40 +00:00
"jquery" : ">=1.2.6"
2015-02-13 03:10:38 +00:00
} ,
"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"
} ,
2017-06-09 00:25:17 +00:00
"scripts" : {
2018-03-17 20:30:25 +00:00
"authors" : "bash testing/authors.sh" ,
"eslint" : "eslint --color Gruntfile.js js/jquery.tablesorter.js js/parsers/* js/widgets/*"
2017-06-09 00:25:17 +00:00
} ,
2015-02-13 03:10:38 +00:00
"npmName" : "tablesorter" ,
"npmFileMap" : [
{
"basePath" : "" ,
"files" : [
2016-05-30 16:14:39 +00:00
"dist/**/*" ,
"css/*" ,
"js/**/*"
2015-02-13 03:10:38 +00:00
]
}
] ,
"devDependencies" : {
2018-04-26 20:03:40 +00:00
"grunt" : "^1.0.2" ,
2016-04-11 20:47:56 +00:00
"grunt-cli" : "^1.2.0" ,
2017-04-18 23:40:55 +00:00
"grunt-contrib-clean" : "^1.1.0" ,
2016-05-30 16:14:39 +00:00
"grunt-contrib-concat" : "^1.0.1" ,
2016-03-05 16:57:16 +00:00
"grunt-contrib-copy" : "^1.0.0" ,
2017-08-02 04:29:47 +00:00
"grunt-contrib-cssmin" : "^2.2.1" ,
2017-01-28 20:06:23 +00:00
"grunt-contrib-jshint" : "^1.1.0" ,
2017-04-11 20:05:48 +00:00
"grunt-contrib-qunit" : "^2.0.0" ,
2018-01-10 22:17:14 +00:00
"grunt-contrib-uglify" : "^3.3.0" ,
2018-04-26 20:03:40 +00:00
"grunt-contrib-watch" : "^1.0.1" ,
2016-05-30 16:14:39 +00:00
"grunt-htmlhint" : "^0.9.13" ,
2016-07-28 22:01:15 +00:00
"grunt-jscs" : "^3.0.1" ,
2017-01-28 20:06:23 +00:00
"grunt-string-replace" : "^1.3.1"
2015-02-13 03:10:38 +00:00
}
}