forked from creonit-dev/AdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
54 lines (54 loc) · 1.14 KB
/
bower.json
File metadata and controls
54 lines (54 loc) · 1.14 KB
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
{
"name": "CreonitAdminBundle",
"version": "1.0.0",
"authors": [],
"license": "GNU GPLv3",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.2.3",
"arcticModal": "komunyako/arcticModal#dev",
"bootstrap": "^3.3.6",
"tinymce": "^4.3.13",
"tinymce-i18n": "^4.0.0",
"twig.js": "0.8.8",
"jquery.inputmask": "^3.3.1",
"eonasdan-bootstrap-datetimepicker": "^4.17.47"
},
"overrides": {
"jquery.inputmask": {
"main": [
"dist/jquery.inputmask.bundle.js"
]
},
"twig.js": {
"main": [
"twig.js"
]
},
"tinymce": {
"main": []
},
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2"
]
},
"moment": {
"main": [
"moment.js",
"locale/ru.js"
]
}
}
}