forked from owncloud/contacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 775 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
{
"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.0",
"angular-bootstrap": "1.1.2",
"angular-cache": "4.5.0",
"angular-route": "1.5.0",
"angular-sanitize": "1.5.0",
"angular-uuid4": "0.3.1",
"jquery-timepicker": "883bb2cd94",
"ui-select": "angular-ui/ui-select#0.14.9",
"vcard": "Heymdall/vcard#85eea2763290ef9d5b8da8d49f49cce79a41b516"
},
"devDependencies": {
"angular-mocks": "1.5.0",
"underscore": "^1.8.3"
}
}