This repository has been archived by the owner on Jun 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
64 lines (64 loc) · 1.56 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
{
"name": "memberhive",
"version": "0.1.0",
"dependencies": {
"jquery": "2.2.0",
"angular": "1.6.6",
"angular-aria": "1.6.6",
"angular-animate": "1.6.6",
"angular-gettext": "2.1.0",
"angular-google-maps": "2.3.3",
"angular-keyboard": "angular-keyboard-shortcuts#0.2.0",
"angular-loading-bar": "0.7.1",
"angular-material": "1.0.9",
"angular-material-icons": "0.6.0",
"angular-messages": "1.6.6",
"angular-moment": "0.10.3",
"angular-sanitize": "1.6.6",
"angular-spinkit": "0.3.3",
"angular-ui-router": "0.2.15",
"angular-resource": "1.6.6",
"angular-i18n": "1.6.6",
"lodash": "4.6.1",
"ng-file-upload": "6.0.2",
"ngInfiniteScroll": "1.2.2",
"material-calendar": "0.2",
"moment": "2.11.2",
"roboto-fontface": "0.4.2",
"iso-3166-country-codes-angular": "1.1.1",
"svg-morpheus": "0.1.8",
"angular-retina": "0.3.12",
"angular-dragula": "1.2.6",
"ng-jcrop": "2.2.1"
},
"devDependencies": {},
"appPath": "client/app",
"resolutions": {
"angular": "1.6.6",
"angular-material": "1.0.9",
"moment": ">=2.8.0 <2.11.0"
},
"overrides": {
"codemirror": {
"main": [
"lib/codemirror.js",
"lib/codemirror.css",
"addon/mode/simple.js",
"addon/mode/multiplex.js",
"mode/xml/xml.js",
"mode/handlebars/handlebars.js"
]
},
"moment": {
"main": [
"min/moment.min.js",
"locale/de.js"
]
},
"angular-i18n": {
"main": [
"angular-locale_de-de.js"
]
}
}
}