Merge pull request #6378 from johanv/CRM-15991-permission_delete_relationship
[civicrm-core.git] / bower.json
1 {
2 "name": "civicrm",
3 "description": "CiviCRM",
4 "version": "5.0.0",
5 "license": "AGPL-3.0",
6 "private": true,
7 "dependencies": {
8 "angular": "~1.3.8",
9 "angular-file-upload": ">=1.1.5 <=1.1.6",
10 "angular-jquery-dialog-service": "totten/angular-jquery-dialog-service#civicrm",
11 "angular-mocks": "~1.3.8",
12 "angular-route": "~1.3.8",
13 "angular-ui-sortable": "0.12.x",
14 "angular-ui-utils": "0.1.x",
15 "angular-unsavedChanges": "~0.1.1",
16 "qunit": "~1.10",
17 "d3": "3.4.11",
18 "jquery": "~1.11",
19 "jquery-ui": "~1.11",
20 "lodash-compat": "~3.0",
21 "google-code-prettify": "~1.0",
22 "select2": "colemanw/select2#stable/3.5",
23 "jquery-validation": "~1.13",
24 "datatables": "~1.10",
25 "ckeditor": "~4.5",
26 "font-awesome": "~4.3",
27 "angular-sanitize": "~1.3.15"
28 },
29 "resolutions": {
30 "angular": "~1.3.8"
31 }
32 }