-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
78 lines (78 loc) · 2.83 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
73
74
75
76
77
78
{
"name": "hc-ui",
"version": "0.0.0",
"dependencies": {
"angular": "1.4.4",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"jquery-ui": "~1.11.2",
"bootstrap": "3.3.5",
"checklist-model": "~0.1.3",
"angular-route": "~1.3.0",
"angular-ui-slider": "https://github.com/vaibhavguptaIITD/ui-slider.git",
"jquery": "2.1.3",
"angular-bootstrap": "1.2.5",
"jquery.customSelect": "https://github.com/vaibhavguptaIITD/jquery.customSelect.git",
"multiple-select": "https://github.com/wenzhixin/multiple-select.git#12658641871b6c672ece4e2e4f0b5337faa17d2d",
"flexslider": "*",
"jquery-mousewheel": "~3.1.12",
"datatables": "1.10.12",
"datatable-fixedColumns": "3.2.1",
"angular-ui-utils": "3.0.0",
"angular-ui-utils-jq": "angular-ui-utils#jq-0.1.1",
"angular-animate": "1.4.4",
"blueimp-file-upload": "~9.8.0",
"awsaccordion": "https://github.com/hcentive/awsAccordion.git",
"jquery.numeric": "./libs/jquery.numeric/jquery.numeric.js",
"jquery.rotaterator": "./libs/jquery.rotaterator/jquery.rotaterator.js",
"hc-utils": "https://github.com/hcentive/hc-utils.git#1.0.15",
"jquery.maskedinput": "~1.4.1",
"angular-datatables": "0.5.0",
"angular-ui-router": "~0.2.11",
"moment": "~2.8.3",
"angular-sanitize": "~1.3.2",
"angular-input-modified": "2.0.1",
"ui-router-extras": "https://github.com/vaibhavguptaIITD/ui-router-extras.git#master",
"angular-messages": "~1.3.5",
"angular-translate": "~2.5.2",
"ng-idle": "https://github.com/vladgurovich/ng-idle.git#develop",
"angular-promise-tracker": "~2.1.0",
"angular-unsavedChanges": "https://github.com/kuldeepkeshwar/angular-unsavedChanges.git#develop",
"jquery-placeholder": "~2.1.1",
"bootstrap-switch": "~3.3.2",
"jquery.nicescroll": "https://github.com/abhi05b/jquery.nicescroll.git#master",
"angular-scroll": "~0.7.0",
"autoNumeric": "1.9.30",
"highcharts-release": "4.1.9",
"lodash": "~3.10.1",
"Read-More-Directive": "https://github.com/hcentive/Read-More-Directive.git",
"ng-tags-input": "3.0.0",
"angular-utf8-base64": "0.0.5",
"angular-vertilize" : "1.0.1",
"password-sheriff" : "./libs/password.sheriff/password.sheriff.js",
"he": "^1.1.0",
"full-calendar" : "./libs/full-calendar/fullCalendar.js",
"angular-ui-calendar" : "latest",
"tinymce": "~4.5.1",
"angular-ui-tinymce" : "0.0.18"
},
"devDependencies": {
"angular-mocks": "~1.3.0",
"angular-scenario": "~1.2.0"
},
"appPath": "app",
"resolutions": {
"angular": "1.4.4",
"jquery-ui": "1.11.4",
"angular-ui-validate": "1.2.2",
"ui-indeterminate": "1.0.0",
"ui-mask": "1.6.6",
"ui-event": "1.0.0",
"ui-scrollpoint": "2.0.1",
"ui-scroll": "1.3.2",
"ui-uploader": "1.1.3",
"datatables": ">=1.8.0",
"jquery": "2.1.3",
"moment": ">=2.5.0"
}
}