-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
executable file
·38 lines (38 loc) · 1.05 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
{
"name": "angularjsFormBuilder",
"version": "0.2.1",
"dependencies": {
"angular": "1.7.9",
"angular-animate": "1.7.9",
"angular-md5": "0.1.10",
"angular-mocks": "1.7.9",
"angular-resource": "1.7.9",
"angular-route": "1.7.9",
"angular-sanitize": "1.7.9",
"angular-toasty": "1.0.4",
"angular-translate": "2.8.1",
"angular-translate-loader-static-files": "2.8.1",
"angular-ui-select": "0.19.6",
"angular-ui-sortable": "0.13.4",
"angular-ui-bootstrap": "2.5.0",
"angulartics-google-analytics": "0.1.4",
"bootstrap": "3.3.6",
"bootstrap-less": "3.3.4",
"fontawesome": "4.7.0",
"jquery": "1.9.1",
"moment": "2.10.6",
"ng-ckeditor": "0.2.1",
"ngHandsontable": "0.7.0",
"ng-tags-input": "3.2.0",
"perfnow-polyfill": "*",
"requirejs": "2.1.22",
"requirejs-plugins": "1.0.3",
"sweetalert": "1.1.3",
"angular-ui-keypress": "angular-ui-utils#bower-keypress"
},
"resolutions": {
"angular": "1.7.9",
"angular-bootstrap": "2.5.0",
"bootstrap": "3.3.6"
}
}