-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
83 lines (83 loc) · 2.9 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "drmonty/datatables",
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.",
"type": "component",
"keywords": [
"DataTables",
"DataTable",
"table",
"grid",
"filter",
"sort",
"page",
"internationalisable"
],
"homepage": "http://www.datatables.net/",
"licenses": [
{
"type": "BSD",
"url": "http://datatables.net/license_bsd"
},
{
"type": "GPLv2",
"url": "http://datatables.net/license_gpl2"
}
],
"author": {
"name": "Allan Jardine",
"url": "http://sprymedia.co.uk"
},
"require": {
"components/jquery": ">=1.7"
},
"extra": {
"component": {
"scripts": [
"js/jquery.dataTables.js"
],
"files": [
"css/dataTables.jqueryui.css",
"css/dataTables.material.css",
"css/dataTables.uikit.min.css",
"css/dataTables.bootstrap.css",
"css/dataTables.bootstrap.min.css",
"css/dataTables.semanticui.min.css",
"css/jquery.dataTables_themeroller.css",
"css/dataTables.bootstrap4.css",
"css/dataTables.foundation.css",
"css/dataTables.bootstrap4.min.css",
"css/dataTables.uikit.css",
"css/dataTables.material.min.css",
"css/jquery.dataTables.css",
"css/dataTables.foundation.min.css",
"css/jquery.dataTables.min.css",
"css/dataTables.jqueryui.min.css",
"css/dataTables.semanticui.css",
"images/sort_both.png",
"images/sort_asc_disabled.png",
"images/sort_desc_disabled.png",
"images/sort_desc.png",
"images/sort_asc.png",
"js/dataTables.foundation.min.js",
"js/dataTables.bootstrap4.js",
"js/jquery.dataTables.js",
"js/dataTables.uikit.min.js",
"js/dataTables.jqueryui.min.js",
"js/dataTables.material.min.js",
"js/dataTables.material.js",
"js/jquery.dataTables.min.js",
"js/dataTables.foundation.js",
"js/dataTables.bootstrap.min.js",
"js/dataTables.semanticui.js",
"js/dataTables.semanticui.min.js",
"js/dataTables.bootstrap4.min.js",
"js/dataTables.uikit.js",
"js/dataTables.bootstrap.js",
"js/dataTables.jqueryui.js"
],
"shim": {
"deps": ["jquery"]
}
}
}
}