first commit
This commit is contained in:
43
public/bower_components/datatables/.bower.json
vendored
Executable file
43
public/bower_components/datatables/.bower.json
vendored
Executable file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "datatables",
|
||||
"main": [
|
||||
"media/js/jquery.dataTables.js",
|
||||
"media/css/jquery.dataTables.css",
|
||||
"media/images/sort_asc.png",
|
||||
"media/images/sort_asc_disabled.png",
|
||||
"media/images/sort_both.png",
|
||||
"media/images/sort_desc.png",
|
||||
"media/images/sort_desc_disabled.png"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"jquery",
|
||||
"datatables",
|
||||
"table",
|
||||
"javascript",
|
||||
"library"
|
||||
],
|
||||
"ignore": [
|
||||
"/.*",
|
||||
"examples",
|
||||
"media/unit_testing",
|
||||
"composer.json",
|
||||
"dataTables.jquery.json",
|
||||
"package.json"
|
||||
],
|
||||
"homepage": "https://github.com/DataTables/DataTables",
|
||||
"version": "1.10.12",
|
||||
"_release": "1.10.12",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.10.12",
|
||||
"commit": "b31abf704462a45f6ba7db439862d23c8cedc1f4"
|
||||
},
|
||||
"_source": "https://github.com/DataTables/DataTables.git",
|
||||
"_target": "^1.10.12",
|
||||
"_originalSource": "datatables",
|
||||
"_direct": true
|
||||
}
|
||||
Reference in New Issue
Block a user