-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
53 lines (53 loc) · 1.25 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
{
"name": "gug-cz_web-admin",
"description": "Administration for new GUG.cz web",
"license": "MIT",
"keywords": [
"gugCZ",
"angular",
"administration"
],
"homepage": "https://github.com/gugcz/web-admin",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.6.5",
"angular-i18n": "1.6.5",
"angular-loading-bar": "~0.9.0",
"angular-marked": "^1.2.2",
"angular-material": "1.1.4",
"angular-messages": "^1.5.8",
"angular-remove-diacritics": "^1.0.0",
"angular-translate": "2.15.1",
"angular-ui-router": "0.3.2",
"angular-webstorage": "~0.14.0",
"angularfire": "^2.3.0",
"flex-calendar": "*",
"font-awesome": "^4.6.3",
"gravatarjs": "^1.0.0",
"ui-router-extras": "0.1.3",
"ng-image-input-with-preview": "^0.0.6"
},
"devDependencies": {
"angular-mocks": "1.6.5"
},
"overrides": {
"ng-image-input-with-preview": {
"main": "./dist/ng-image-input-with-preview.js"
},
"angular-i18n": {
"main": "./angular-locale_cs.js"
}
},
"resolutions": {
"angular": "1.6.5",
"angular-material": "1.1.4",
"angular-ui-router": "0.3.2",
"angular-translate": "2.15.1"
}
}