-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 883 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 883 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
34
35
36
37
{
"name": "sourcemoz",
"description": "search engine",
"main": "",
"authors": [
"Artjom Kurapov <pilot@gratheon.com>"
],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.1.0",
"lodash": "^4.14.1",
"angular": "^1.5.8",
"bootstrap": "^3.3.7",
"angular-ui-router": "^0.3.1",
"jquery.autoellipsis": "^1.0.10",
"angular-swiper-repeat": "^0.1.2",
"Swiper": "swiper#3.0.0",
"smoothTouchScroll": "tkahn/smoothTouchScroll",
"imagesloaded": "^4.1.1",
"angular-pageslide-directive": "^2.1.1",
"jQuery.dotdotdot": "FrDH/jQuery.dotdotdot#^1.8.3",
"angular-touch": "^1.5.8",
"allmighty-autocomplete": "tot-ra/allmighty-autocomplete"
},
"resolutions": {
"Swiper": "3.0.0"
}
}