This repository has been archived by the owner on Jan 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
98 lines (98 loc) · 2.29 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "gulp-frontend-boilerplate",
"version": "0.1.2",
"homepage": "https://github.com/fatuk/gulp-frontend-boilerplate",
"authors": [
"fatuk <[email protected]>",
"vikmind <[email protected]",
"Stress_TN <[email protected]"
],
"moduleType": [
"amd"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"overrides": {
"angular-owl-carousel1": {
"main": "src/angular-owl-carousel.js"
},
"owl-carousel": {
"main": "owl-carousel/owl.carousel.js"
},
"angularjs-slider": {
"main": "dist/rzslider.js"
},
"normalize.less": {
"ignore": [
"normalize.less",
"normalize.css"
]
},
"angular-youtube-mb": {
"main": "dist/angular-youtube-embed.min.js"
},
"angular-input-stars-directive": {
"main": "angular-input-stars.js"
},
"font-awesome": {
"ignore": "*"
},
"numericjs": {
"main": "src/numeric.js"
},
"jquery-ui": {
"main": [
"ui/core.js",
"ui/widget.js",
"ui/mouse.js",
"ui/position.js",
"ui/draggable.js"
]
},
"angular-dropdowns": {
"main": "angular-dropdowns.js"
},
"angular-locale-ru": {
"main": "angular-locale_ru.js"
},
"malihu-custom-scrollbar-plugin": {
"main": "jquery.mCustomScrollbar.concat.min.js"
}
},
"dependencies": {
"jquery": "1.11.3",
"jquery-ui": "~1.11.4",
"angular": "1.4.9",
"angular-route": "1.4.7",
"angular-loader": "1.4.7",
"owl-carousel": "~1.3.2",
"angular-owl-carousel1": "1.0.1",
"normalize.less": "~1.0.0",
"angularjs-slider": "2.1.0",
"angular-youtube-mb": "~1.1.1",
"lodash": "~3.10.1",
"angular-input-stars-directive": "angular-input-stars#*",
"numericjs": "~1.2.6",
"jqueryui-touch-punch": "*",
"angular-base64-upload": "0.1.17",
"angular-dropdowns": "1.5.1",
"angular-local-storage": "~0.2.3",
"baron": "~2.0.1",
"angular-locale-ru": "~1.3.0",
"array-includes": "~1.0.0",
"malihu-custom-scrollbar-plugin": "3.1.3",
"ngtouch": "^1.0.1",
"ngMeta": "^0.3.3",
"angular-svg-base": "^0.0.3"
},
"devDependencies": {
"svg4everybody": "^2.0.3"
}
}