forked from nextcloud/contacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 794 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
34
35
36
37
{
"name": "contacts",
"authors": [
"Hendrik Leppelsack <[email protected]>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "AGPL",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"core/vendor",
"test",
"tests"
],
"dependencies": {
"angular": "1.5.8",
"angular-bootstrap": "1.1.2",
"angular-cache": "4.6.0",
"angular-route": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-uuid4": "0.3.1",
"jquery-timepicker": "883bb2cd94",
"ui-select": "angular-ui/ui-select#0.14.9",
"vcard": "0.2.7",
"angular-click-outside": "^2.10.1",
"ngclipboard": "^1.1.1"
},
"devDependencies": {
"angular-mocks": "1.5.8",
"underscore": "^1.8.3"
}
}