forked from CourseMapper/course-mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
72 lines (72 loc) · 1.78 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "client_side",
"version": "0.0.0",
"authors": [
"RPL <[email protected]>"
],
"description": "client side scripts and files",
"keywords": [
"theme",
"client",
"side"
],
"license": "MIT",
"homepage": "http://ridho.net",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"js/bower",
"test",
"tests"
],
"dependencies": {
"angular": "~1.5.5",
"angular-cookies": "~1.5.5",
"angular-resource": "~1.5.5",
"angular-route": "~1.5.5",
"angular-sanitize": "~1.3.4",
"bootstrap": "~3.3.5",
"bootstrap-timepicker": "~0.5.1",
"jquery": "~2.1.4",
"jquery-ui": "~1.11.4",
"lodash": "~3.10.0",
"quill": "^0.20.1",
"videogular": "~1.3.2",
"videogular-angulartics": "~1.3.2",
"videogular-controls": "~1.3.2",
"videogular-themes-default": "~1.3.2",
"videogular-youtube": "master",
"angular-toastr": "~1.6.0",
"angular-animate": "~1.4.7",
"ng-file-upload-shim": "~10.1.2",
"ng-file-upload": "~10.1.2",
"bootstrap-hover-dropdown": "^2.2.1",
"AdminLTE": "admin-lte#^2.3.2",
"font-awesome": "fontawesome#^4.5.0",
"Ionicons": "ionicons#^2.0.1",
"ng-tags-input": "^3.0.0",
"gridstack": "^0.2.5",
"oclazyload": "~1.0.9",
"videogular-vimeo": "^0.1.0",
"highcharts-ng": "^0.0.11",
"highcharts": "^4.2.4",
"angular-relative-date": "^2.0.0",
"angular-daterangepicker": "^0.2.2",
"angular-bootstrap": "^2.3.1",
"angular-ui-switch": "^0.1.1"
},
"devDependencies": {
"livereload-js": "^2.2.1",
"angular-bootstrap": "^2.3.1"
},
"resolutions": {
"angular": "~1.5.5",
"videogular": "^1.2.8",
"bootstrap": "~3.3.5",
"jquery": ">= 1.9.0",
"lodash": ">= 4.14.2",
"jquery-ui": ">= 1.12.0"
}
}