-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
49 lines (49 loc) · 1.15 KB
/
bower.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
{
"name": "jandrda/olapus",
"description": "Simple out of box solution for easy administering of any website.",
"keywords": [
"laravel",
"cms"
],
"main": "",
"authors": [
"Jan Drda <[email protected]>"
],
"license": "MIT",
"moduleType": [],
"homepage": "https://www.olapus.com/",
"repository": {
"type": "git",
"url": "git://github.com/jdrda/olapus.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"test",
"tests"
],
"dependencies": {
"adminlte" : "<3.0.0",
"jquery": "^3.4.0",
"jquery-migrate": "^3.0.0",
"bootstrap": "<4.0.0",
"html5shiv": "^3.7.3",
"respond": "^1.4.2",
"font-awesome": "<5.0.0",
"ionicons": "<4.0.0",
"speakingurl": "latest",
"PACE": "pace#~1.0.2",
"select2": "^4.0.13",
"ckeditor": "latest",
"bootstrap3-wysihtml5-bower": "latest",
"tinymce": "^5.4.2",
"iCheck": "1.0.2",
"jquery_lazyload" : "^1.9.0",
"jQuery-slimScroll": "https://github.com/rochal/jQuery-slimScroll.git",
"fastclick" : "latest",
"hover": "latest",
"animate.css": "latest",
"ie10-viewport-bug-workaround": "latest"
}
}