-
Notifications
You must be signed in to change notification settings - Fork 9
/
bower.json
44 lines (44 loc) · 1.04 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
{
"name": "just-match-frontend",
"authors": [
"Fredrik Stockman",
"Jacob Burenstam"
],
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/components",
"test",
"tests"
],
"dependencies": {
"jquery": "1.11.0",
"jquery-resize": "v1.1",
"angular": "1.5.3",
"angular-route": "1.5.3",
"angular-resource": "1.5.3",
"angular-sanitize": "1.5.3",
"angular-translate": "^2.9.1",
"angular-translate-loader-static-files": "^2.9.1",
"angular-dynamic-locale": "^0.1.30",
"angular-local-storage": "^0.2.5",
"angular-mocks": "1.5.x",
"modernizr": "~2.7.1",
"normalize-less": "*",
"bootstrap": "^3.3.6",
"jsonapi-datastore": "^0.4.0-beta",
"angular-slick": "master",
"angular-google-maps": "2.3.2",
"js-custom-select": "2.0.1",
"oi.select": "0.2.20",
"angular-elastic": "2.5.1",
"angular-google-analytics": "1.1.7",
"angular-cookies": "^1.5.7"
},
"resolutions": {
"angular": "1.5.3"
}
}