bower.json 225 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 { "name": "datatables-responsive", "version": "1.0.5", "main": [ "js/dataTables.responsive.js", "css/dataTables.responsive.css" ], "dependencies": { "jquery": ">=1.7.0", "datatables": ">=1.10.1" } }