mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Bower: add recommending settings. Fixes #1265
This commit is contained in:
parent
e35ec45ec4
commit
012f9419d3
42
bower.json
42
bower.json
@ -1,13 +1,31 @@
|
||||
{
|
||||
"name": "tablesorter",
|
||||
"description": "tablesorter (FORK) sorts tables & stuff.",
|
||||
"description": "tablesorter (FORK) is a jQuery plugin to sort HTML tables with many options.",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.2.6"
|
||||
},
|
||||
"keywords": [
|
||||
"table",
|
||||
"sort",
|
||||
"sorting",
|
||||
"alphanumeric",
|
||||
"natural",
|
||||
"jquery-plugin"
|
||||
],
|
||||
"authors": [
|
||||
{ "name": "Christian Bach", "homepage": "http://tablesorter.com/" },
|
||||
{ "name": "Rob Garrison", "homepage": "https://mottie.github.io/tablesorter/docs/", "email": "wowmotty@gmail.com" },
|
||||
{ "name": "Justin F. Hallett", "homepage": "https://github.com/TheSin-" }
|
||||
],
|
||||
"homepage": "https://mottie.github.io/tablesorter/",
|
||||
"main": [
|
||||
"dist/js/jquery.tablesorter.combined.js",
|
||||
"dist/css/theme.blue.css"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Mottie/tablesorter.git"
|
||||
},
|
||||
"license" : [
|
||||
"MIT",
|
||||
"GPL-2.0+"
|
||||
@ -28,5 +46,25 @@
|
||||
"/*.md",
|
||||
"/*.html",
|
||||
"/tablesorter.jquery.json"
|
||||
]
|
||||
],
|
||||
"moduleType": [
|
||||
"amd",
|
||||
"globals",
|
||||
"node"
|
||||
],
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-cli": "^1.2.0",
|
||||
"grunt-contrib-clean": "^1.0.0",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-contrib-cssmin": "^1.0.1",
|
||||
"grunt-contrib-jshint": "^1.0.0",
|
||||
"grunt-contrib-qunit": "^1.2.0",
|
||||
"grunt-contrib-uglify": "^1.0.1",
|
||||
"grunt-contrib-watch": "^1.0.0",
|
||||
"grunt-htmlhint": "^0.9.13",
|
||||
"grunt-jscs": "^3.0.0",
|
||||
"grunt-string-replace": "^1.2.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user