-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 940 Bytes
/
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
{
"name": "childrens-council",
"private": true,
"dependencies": {
"angular": "1.5.8",
"AngularDevise": "angular-devise#^1.3.0",
"angular-animate": "1.5.8",
"angular-aria": "1.5.8",
"angular-cookies": "1.5.8",
"angularjs-dropdown-multiselect": "1.11.8",
"angular-foundation": "0.8.0",
"angular-mocks": "1.5.8",
"angular-moment": "^1.2.0",
"angular-paginate-anything": "4.1.2",
"angular-sanitize": "1.5.8",
"angular-ui-router": "1.0.18",
"angular-ui-slider": "0.4.0",
"checklist-model": "0.9.0",
"deep-filter": "1.0.1",
"foundation": "5.5.3",
"jquery-ui": "jquery-ui#1.12.x",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"ngmap": "1.18.4",
"ng-toggle": "https://github.com/zachsnow/ng-toggle.git",
"ng-token-auth": "^0.0.30",
"ui-select": "angular-ui-select#0.14.9"
},
"resolutions": {
"angular": "1.5.8",
"jquery-ui": "1.12.1"
}
}