-
Notifications
You must be signed in to change notification settings - Fork 12
/
bower.json
37 lines (37 loc) · 860 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": "angular-xmpp",
"authors": [
"bernhard zwischenbrgger"
],
"version": "0.1.01",
"main": [
"bin/index.html"
],
"repository": {
"type": "git",
"url": "[email protected]:robotnic/buddycloudclient.git"
},
"devDependencies": {
"angular": "1.3.15",
"angular-strap": "~2.1.6",
"angular-markdown-directive": "~0.3.1",
"angular-bootstrap": "~0.12.0",
"showdown": "~0.3.4",
"jquery": "~2.1.3",
"modernizr": "~2.8.3",
"angular-xmpp-services": "~0.9.40",
"angular-moment": "~0.10.0",
"ngInfiniteScroll": "~1.2.0",
"angular-ui-router": "~0.2.13",
"angular-base64-upload": "~0.0.6",
"angular-image": "~0.0.2",
"angular-scroll-glue": "~2.0.5"
},
"resolutions": {
"angular": "1.3.15",
"bootstrap": "3.3.4"
},
"dependencies": {
"ng-file-upload": "~4.2.0"
}
}