forked from NatLabRockies/OpenStudio-PAT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
53 lines (53 loc) · 1.44 KB
/
bower.json
File metadata and controls
53 lines (53 loc) · 1.44 KB
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": "PAT",
"version": "0.0.0",
"dependencies": {
"jquery": "~2.2.3",
"angular": "~1.5.5",
"angular-animate": "~1.5.5",
"angular-aria": "~1.5.5",
"angular-bootstrap": "~1.3.2",
"angular-bootstrap-checkbox": "~0.5.0",
"angular-messages": "~1.5.5",
"angular-resource": "~1.5.5",
"angular-sanitize": "~1.5.5",
"angular-toastr": "~1.7.0",
"angular-translate": "~2.11.0",
"angular-translate-handler-log": "~2.11.0",
"angular-ui-grid": "4.0.2",
"angular-ui-router": "~0.2.18",
"angular-ui-router.stateHelper": "~1.3.1",
"bootstrap-sass": "~3.3.6",
"lodash": "~4.12.0",
"ngprogress": "~1.1.3",
"ui-grid-draggable-rows": "~0.3.2"
},
"devDependencies": {
"angular-mocks": "~1.5.5"
},
"overrides": {
"bootstrap-sass": {
"main": [
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
"assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
"assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff2"
]
},
"angular-ui-grid": {
"main": [
"ui-grid.css",
"ui-grid.js",
"ui-grid.eot",
"ui-grid.svg",
"ui-grid.ttf",
"ui-grid.woff"
]
}
},
"resolutions": {
"angular": "~1.5.3"
}
}