forked from rustyJ4ck/SatCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
55 lines (55 loc) · 1.41 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
{
"name": "satcms",
"version": "0.2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"requirejs": "2.x",
"requirejs-text": "2.x",
"sugar": "latest",
"jquery": "~1.11.x",
"bootstrap": "3.x",
"bootbox": "latest",
"bootstrap-colorpicker": "latest",
"bootstrap3-typeahead": "https://github.com/bassjobsen/Bootstrap-3-Typeahead.git",
"eonasdan-bootstrap-datetimepicker": "latest",
"typeahead.js": "latest",
"toastr": "latest",
"angular": "1.2.x",
"angular-ui-router": "0.2.x",
"angular-ui-select2": "latest",
"angular-sanitize": "latest",
"angular-animate": "latest",
"ngstorage": "latest",
"TableDND": "https://github.com/Istergul/jquery-table-multi-dnd.git",
"jquery-icheck": "latest",
"jquery-form": "latest",
"jquery.validation": "latest",
"x-editable": "latest",
"jquery-maskedinput": "latest",
"blockui": "latest",
"tinymce": "4.0.x",
"uploadify": "latest",
"jquery-cookie": "latest",
"vis": "latest",
"github.commits.widget": "*",
"headjs": "latest"
},
"deprecated": {
"jquery-migrate": "1.x",
"pnotify": "latest",
"jquery.uniform": "latest",
"bootstrap-modal": "2.x",
"TableDnD": "latest",
"bootstrap-timepicker": "latest",
"bootstrap-datepicker": "latest"
},
"resolutions": {
"jquery": "~1.11.x"
}
}