mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
13 lines
213 B
JSON
13 lines
213 B
JSON
|
{
|
||
|
"name": "datatables-responsive",
|
||
|
"version": "1.0.2",
|
||
|
"main": [
|
||
|
"js/dataTables.responsive.js",
|
||
|
"css/dataTables.responsive.css"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=1.7.0",
|
||
|
"datatables": ">=1.10.1"
|
||
|
}
|
||
|
}
|