-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (29 loc) · 766 Bytes
/
bower.json
File metadata and controls
30 lines (29 loc) · 766 Bytes
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
{
"name": "pce-virtual-lab",
"dependencies": {
"angular": "~1.6.6",
"angular-mocks": "~1.6.6",
"angular-bootstrap": "~1.3",
"angular-ui-utils": "~3.0",
"angular-ui-router": "^1.0.6",
"lodash": "~4.17.4",
"angular-messages": "~1.6.6",
"angular-material": "~1.1.4",
"angular-aria": "~1.6.6",
"angular-animate": "^1.6.6",
"angular-no-captcha": "~0.6.0",
"ngmap": "^1.18.4",
"angulartics": "~1.4.0",
"angulartics-google-analytics": "~0.4.0",
"restangular": "~1.6.1",
"angular-moment": "~1.0.1",
"ng-file-upload": "~12.2.13",
"moment-timezone": "~0.5.13",
"angular-nvd3": "^1.0.9"
},
"resolutions": {
"lodash": "~4.17.4",
"angular": "~1.6.6",
"angular-aria": "~1.6.6"
}
}