tablesorter/bower.json

13 lines
450 B
JSON
Raw Normal View History

{
2013-01-29 22:42:23 +00:00
"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.",
2013-01-29 22:42:23 +00:00
"dependencies": {
"jquery": ">=1.2.6"
},
"main": [
"dist/js/jquery.tablesorter.combined.js",
"dist/css/theme.blue.min.css"
],
"ignore": []
}