mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
bb155d6307
Per bower/bower.json-spec@a325da3 Also their maintainer says they probably won't ever use it: http://stackoverflow.com/questions/24844901/bowers-bower-json-file-version-property
10 lines
139 B
JSON
10 lines
139 B
JSON
{
|
|
"name": "tablesorter",
|
|
"dependencies": {
|
|
"jquery": ">=1.2.6"
|
|
},
|
|
"main": [
|
|
"dist/js/jquery.tablesorter.combined.js"
|
|
]
|
|
}
|