tablesorter/bower.json

33 lines
559 B
JSON
Raw Normal View History

{
2013-01-29 22:42:23 +00:00
"name": "tablesorter",
2016-07-27 12:51:03 +00:00
"description": "tablesorter (FORK) sorts tables & stuff.",
2013-01-29 22:42:23 +00:00
"dependencies": {
"jquery": ">=1.2.6"
},
"main": [
"dist/js/jquery.tablesorter.combined.js",
2016-07-27 12:51:03 +00:00
"dist/css/theme.blue.css"
],
2016-06-29 19:13:21 +00:00
"license" : [
"MIT",
"GPL-2.0+"
],
2015-11-05 02:00:14 +00:00
"ignore": [
"/node_modules",
"/bower_components",
"/.git",
"/addons",
"/beta-testing",
"/css",
"/docs",
"/js",
"/testing",
"/Gruntfile.js",
"/package.json",
"/*.txt",
"/*.md",
"/*.html",
"/tablesorter.jquery.json"
]
}