-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 967 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 967 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
31
32
33
34
35
36
37
{
"name": "gpa-pa-frontend-novolayout",
"version": "1.0.0",
"dependencies": {
"jquery": "^3.1.1",
"json3": "^3.3.2",
"es5-shim": "^4.5.9",
"angular-resource": "1.5.11",
"angular-cookies": "1.5.11",
"angular-sanitize": "1.5.11",
"angular-animate": "1.5.11",
"angular-touch": "1.5.11",
"angular-ui-router": "^0.3.2",
"angular-bootstrap": "^2.4.0",
"angular-strap": "^2.3.10",
"underscore": "^1.8.3",
"bootstrap-sass": "^3.3.7",
"angular": "1.5.11",
"angular-input-masks": "^2.5.0",
"angular-loading-bar": "^0.9.0",
"angular-i18n": "1.5.11",
"angular-messages": "1.5.11",
"angular-ui-mask": "^1.8.7",
"ngMask": "angular-mask#^3.1.1",
"angular-ui-notification": "^0.3.5",
"angular-br-filters": "^0.7.0"
},
"overrides": {
"angular-i18n": {
"main": "angular-locale_pt-br.js"
}
},
"appPath": "app",
"devDependencies": {
"angular-mocks": "1.5.11"
}
}