Merge pull request #1417 from priya-anand/patch-5
[openemr.git] / public / assets / datatables.net-bs-1-10-13 / bower.json
blob4121996490b745b80dd25ceac5093d7807e4484e
2     "name": "datatables.net-bs",
3     "description": "DataTables for jQuery with styling for [Bootstrap](http://getbootstrap.com/)",
4     "main": [
5         "js/dataTables.bootstrap.js",
6         "css/dataTables.bootstrap.css"
7     ],
8     "keywords": [
9         "filter",
10         "sort",
11         "DataTables",
12         "jQuery",
13         "table",
14         "Bootstrap"
15     ],
16     "dependencies": {
17         "jquery": ">=1.7",
18         "datatables.net": ">=1.10.9"
19     },
20     "moduleType": [
21         "globals",
22         "amd",
23         "node"
24     ],
25     "ignore": [
26         "composer.json",
27         "datatables.json",
28         "package.json"
29     ],
30     "authors": [
31         {
32             "name": "SpryMedia Ltd",
33             "homepage": "https://datatables.net"
34         }
35     ],
36     "homepage": "https://datatables.net",
37     "license": "MIT"