-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
52 lines (52 loc) · 1.38 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
{
"name": "geokogud2",
"homepage": "arendus2.geokogud.info",
"authors": [
"enmust <[email protected]>"
],
"description": "Geoscience collections of Estonia",
"main": "main.css",
"license": "TTU",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.6.6",
"angular-bootstrap": "^2.5.0",
"angular-ui-router": "0.4.2",
"angular-animate": "^1.6.6",
"bootstrap": "^3.3.7",
"jquery": "^3.2.1",
"moment": "^2.19.2",
"angular-ui-bootstrap-datetimepicker": "^2.5.1",
"ng-file-upload": "^12.2.13",
"angular-translate": "^2.16.0",
"angular-translate-storage-cookie": "^2.16.0",
"angular-translate-storage-local": "^2.16.0",
"angular-cookies": "^1.6.6",
"angular-bootstrap-multiselect": "^0.5.1",
"angular-i18n": "^1.6.6",
"angular-loading-overlay": "^1.1.1",
"ngstorage": "^0.3.11",
"angular-sanitize": "^1.6.6",
"angular-translate-loader-static-files": "^2.16.0",
"jquery.easing": "^1.3.1",
"scrollreveal": "^3.3.6",
"components-font-awesome": "^4.7.0",
"select2": "^4.0.5",
"file-saver": "^1.3.3",
"tableexport.js": "^4.0.11",
"angular-ui-select3": "ui-select#*",
"ng-page-title": "^1.3.1",
"OpenLayers": "^4.6.4",
"fancybox": "^3.2.5"
},
"resolutions": {
"angular": "1.6.7",
"select2": "^4.0.5"
}
}