forked from bayufahmiaji/Company-Profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1.2 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
{
"name": "portfolio",
"description": "",
"main": "",
"license": "",
"keywords": [],
"homepage": "",
"moduleType": [
"node"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery-inputlimiter": "https://github.com/mythril/jquery-inputlimiter.git",
"ModalWindowEffects": "*",
"bootstrap-datepicker": "1.6.4",
"bootstrap-timepicker": "~0.2.5",
"bootstrap-daterangepicker": "2.1.17",
"bootstrap_calendar": "~1.0.1",
"bootstrapValidator": "0.5.2",
"jQuery-Validation-Engine": "~0.1.0",
"jquery.uniform": "~2.1.2",
"datatables-responsive": "~2.1.1",
"fancybox": "~2.1.5",
"jquery.newsTicker": "https://github.com/risq/jquery-advanced-news-ticker.git",
"ihover": "~1.0.0",
"themify-icons": "~0.1.2",
"ionicons": "~1.5.2",
"unitegallery": "~1.7.28",
"tooltip.js": "https://unpkg.com/tooltip.js",
"LC-switch": "https://github.com/LCweb-ita/LC-switch.git",
"jScrollPane": "https://github.com/vitch/jScrollPane.git",
"bootstrap3-wysihtml5-bower": "~0.3.3"
},
"resolutions": {
"jquery": "^3.2.1",
"bootstrap": "4.0.0-beta"
}
}