-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 939 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 939 Bytes
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
{
"name": "theme-bundle",
"description": "Semantic ui theme",
"main": "Jpass/ThemeBundle/Resources/views/theme/layout.html.twig",
"authors": [
"jpass"
],
"license": "MIT",
"homepage": "https://github.com/jpass/ThemeBundle",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"Resources/assets/vendor",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.1.1",
"datatables.net": "^1.10.13",
"datatables.net-se": "^1.10.13",
"datatables-i18n": "^1.0.4",
"datatables.net-fixedheader": "^3.1.2",
"datatables.net-fixedheader-dt": "^3.1.2",
"semantic-ui-calendar": "^0.0.6",
"datatables.net-colreorder": "^1.3.2",
"datatables.net-colreorder-dt": "^1.3.2",
"datatables.net-buttons": "^1.2.4",
"datatables.net-buttons-se": "^1.2.4",
"datatables.net-fixedheader-se": "^3.1.2",
"datatables-searchhighlight": "datatablesSearchHighlight#*"
}
}