mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
28 lines
412 B
JSON
Executable File
28 lines
412 B
JSON
Executable File
{
|
|
"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"
|
|
]
|
|
}
|