-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 936 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 936 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
{
"name": "cortex-admin",
"version": "0.0.1",
"dependencies": {
"angular": "1.2.15",
"angular-resource": "1.2.15",
"angular-cookies": "1.2.15",
"angular-animate": "1.2.15",
"angular-bootstrap": "0.10.0",
"angular-bootstrap-datetimepicker": "0.2.2",
"angular-date-time-input": "latest",
"angular-ui-router": "0.2.7",
"angular-ui-utils": "0.1.1",
"angular-breadcrumb": "cb-talent-development/angular-breadcrumb#fe8fff5cf775f85b297c7b332b1c9c6fcad85507",
"angular-underscore": "*",
"underscore": "1.5.2",
"jquery": "~1",
"angular-flash": "0.1.12",
"angularjs-file-upload": "1.2.8",
"momentjs": "2.5.1",
"angular-redactor": "1.0.0",
"ng-table": "0.3.1",
"bootstrap-sass": "twbs/bootstrap-sass#~3",
"font-awesome": "4.0.3"
},
"devDependencies": {
"angular-mocks": "1.2.15"
},
"resolutions": {
"angular": "1.2.15",
"jquery": "~1"
}
}