forked from civicrm/civicrm-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 868 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
{
"name": "civicrm",
"description": "CiviCRM",
"version": "5.0.0",
"license": "AGPL-3.0",
"private": true,
"dependencies": {
"angular": "~1.3.8",
"angular-file-upload": ">=1.1.5 <=1.1.6",
"angular-jquery-dialog-service": "totten/angular-jquery-dialog-service#civicrm",
"angular-mocks": "~1.3.8",
"angular-route": "~1.3.8",
"angular-ui-sortable": "0.12.x",
"angular-ui-utils": "0.1.x",
"angular-unsavedChanges": "~0.1.1",
"qunit": "~1.10",
"d3": "3.4.11",
"jquery": "~1.11",
"jquery-ui": "~1.11",
"lodash-compat": "~3.0",
"google-code-prettify": "~1.0",
"select2": "colemanw/select2#stable/3.5",
"jquery-validation": "~1.13",
"datatables": "~1.10",
"ckeditor": "~4.5",
"font-awesome": "~4.4",
"angular-sanitize": "~1.3.15"
},
"resolutions": {
"angular": "~1.3.8"
}
}