forked from cs-education/ClassCapture_Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 776 Bytes
/
bower.json
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
{
"name": "class-capture",
"version": "0.0.0",
"dependencies": {
"angular": ">=1.4.*",
"angular-base64": "~2.0.5",
"angular-bootstrap": "~0.11.0",
"angular-cookies": ">=1.2.*",
"angular-resource": ">=1.2.*",
"angular-sanitize": ">=1.2.*",
"angular-swiper": "*",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.1.1",
"class-view": "cs-education/ClassView",
"es5-shim": "~3.0.1",
"font-awesome": ">=4.1.0",
"json3": "~3.3.1",
"lodash": "~2.4.1",
"angular-ui-calendar": "~1.0.1"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
},
"resolutions": {
"angular": "1.4.8",
"lodash": "~3.10.1",
"angular-bootstrap": "~3.1.1",
"bootstrap": "3.1.1"
}
}