forked from simplcommerce/SimplCommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 755 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 755 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
{
"name": "simplcommerce",
"private": true,
"dependencies": {
"bootstrap": "3.3.6",
"components-font-awesome": "4.5.0",
"jquery": "2.2.3",
"jquery-validation": "1.15.0",
"jquery-validation-unobtrusive": "3.2.4",
"nouislider": "8.5.1",
"wnumb": "1.0.2",
"angular": "1.6.3",
"angular-ui-router": "0.4.2",
"angular-ui-tree": "2.22.5",
"angular-animate": "1.6.3",
"angular-smart-table": "2.1.8",
"angular-material": "1.1.3",
"ng-file-upload": "12.2.13",
"angular-bootstrap": "1.3.3",
"angular-summernote": "0.8.1",
"toastr": "2.1.2",
"bootbox": "4.4.0",
"matchHeight": "0.7.2",
"angular-bootstrap-colorpicker": "3.0.31"
},
"resolutions": {
"angular": "1.6.3"
}
}