assets.lib.tablesorter..bower.json Maven / Gradle / Ivy
The newest version!
{
"name": "tablesorter",
"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.",
"dependencies": {
"jquery": ">=1.2.6"
},
"main": [
"dist/js/jquery.tablesorter.combined.js",
"dist/css/theme.blue.min.css"
],
"ignore": [
"/node_modules",
"/bower_components",
"/.git",
"/addons",
"/beta-testing",
"/css",
"/docs",
"/js",
"/testing",
"/Gruntfile.js",
"/package.json",
"/*.txt",
"/*.md",
"/*.html",
"/tablesorter.jquery.json"
],
"homepage": "https://github.com/Mottie/tablesorter",
"version": "2.24.6",
"_release": "2.24.6",
"_resolution": {
"type": "version",
"tag": "v2.24.6",
"commit": "fe23f7c0c1b76de59c9d52600bae9d5eee73ace8"
},
"_source": "git://github.com/Mottie/tablesorter.git",
"_target": "~2.24.6",
"_originalSource": "jquery.tablesorter",
"_direct": true
}