-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 1.12 KB
/
bower.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"name": "openbus",
"version": "0.1.0",
"dependencies": {
"angular": "~1.4.5",
"angular-animate": "~1.4.5",
"angular-aria": "~1.4.5",
"angular-bootstrap": "~0.14.2",
"angular-cookies": "~1.4.5",
"angular-google-maps": "~2.2.1",
"angular-i18n": "~1.4.1",
"angular-messages": "~1.4.5",
"angular-resource": "~1.4.5",
"angular-route": "~1.4.5",
"angular-sanitize": "~1.4.5",
"angular-smart-table": "~2.1.3",
"angular-touch": "~1.4.5",
"angular-translate": "~2.7.2",
"angular-ui-map": "~0.5.0",
"angular-ui-select": "~0.12.0",
"bootstrap-sass-official": "~3.3.5",
"es5-shim": "^4.0.0",
"font-awesome": "~4.3.0",
"json3": "~3.3.2",
"moment": "~2.10.3",
"select2": "~4.0.0",
"ui-select": "angular-ui-select#~0.12.1"
},
"devDependencies": {
"angular-mocks": "~1.4.1",
"angular-scenario": "~1.4.1"
},
"appPath": "client/app",
"resolutions": {
"angular": "1.3.16",
"angular-translate": "~2.7.2",
"angular-ui-select": "~0.12.0",
"select2": "~4.0.0",
"angular-smart-table": "~2.1.0",
"angular-i18n": "~1.4.1"
}
}