-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 878 Bytes
/
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
{
"name": "meuml-app-web",
"version": "1.9.3",
"devDependencies": {
"angular": "~1.6.0",
"angular-mocks": "~1.6.0"
},
"dependencies": {
"angular-animate": "~1.6.0",
"angular-aria": "~1.6.0",
"angular-clipboard": "~1.5.0",
"angular-cookies": "~1.6.0",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.7.0",
"angular-i18n": "~1.6.0",
"angular-loading-bar": "~0.9.0",
"angular-material": "~1.1.0",
"angular-material-data-table": "~0.10.0",
"angular-messages": "~1.6.0",
"angular-md5": "~0.1.10",
"angular-moment": "~1.0.1",
"angular-resource": "~1.6.0",
"angular-sanitize": "~1.6.0",
"angular-ui-router": "~0.3.0",
"angular-ui-tinymce": "~0.0.18",
"checklist-model": "~0.11.0",
"moment": "~2.18.1",
"ng-file-upload": "~12.2.0"
},
"resolutions": {
"angular": "~1.6.0"
}
}