add component.json for bower package manger. ref: http://twitter.github.com/bower/

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2013-01-24 12:17:23 +08:00
parent a4cad415d2
commit 03f01564ce

8
component.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "tablesorter",
"version": "2.7.3",
"main": ["js/jquery.tablesorter.js", "css/theme.blue.css"],
"dependencies": {
"jquery": ">=1.2.6"
}
}