mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Added assets + dependencies
This commit is contained in:
27
bower_components/datatables/bower.json
vendored
Executable file
27
bower_components/datatables/bower.json
vendored
Executable file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "datatables",
|
||||
"version": "1.10.4",
|
||||
"main": [
|
||||
"media/js/jquery.dataTables.js",
|
||||
"media/css/jquery.dataTables.css"
|
||||
],
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user