forked from linagora/openpaas-esn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
117 lines (117 loc) · 3.78 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "Linagora RSE",
"main": "index.js",
"version": "0.0.0",
"authors": [
"Linagora folks"
],
"description": "Enterprise Social Network",
"keywords": [
"social",
"network",
"data",
"mining"
],
"license": "AGPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"frontend/components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.1.1",
"angular": "1.3.0",
"angular-route": "1.3.0",
"angular-mocks": "1.3.0",
"angular-animate": "1.3.0",
"angular-sanitize": "1.3.0",
"angular-touch": "1.3.0",
"bootstrap": "~3.3.5",
"angular-strap": "2.3.6",
"restangular": "~1.3.1",
"lodash": "~2.4.1",
"angular-recaptcha": "~0.0.7",
"ngInfiniteScroll": "1.2.0",
"ng-tags-input": "2.3.0",
"jcrop": "~0.9.12",
"angular-xeditable": "0.1.9",
"blueimp-canvas-to-blob": "~2.1.0",
"angular-motion": "~0.3.3",
"animate.css": "~3.1.1",
"angular-moment": "1.0.0-beta.3",
"angular-file-upload": "danialfarid/angular-file-upload#~2.0.4",
"bootstrap-additions": "~0.2.3",
"angular-truncate": "sparkalow/angular-truncate",
"recaptcha_ajax": "http://www.google.com/recaptcha/api/js/recaptcha_ajax.js",
"openpaas-logo": "0.7.0",
"ngGeolocation": "~0.0.4",
"angular-leaflet-directive": "~0.7.8",
"leaflet": "~0.7.3",
"fullcalendar": "~2.6.0",
"angular-ui-calendar": "~1.0.0",
"ical.js": "mozilla-comm/ical.js#~1.0.2",
"angular-recursion": "~1.0.3",
"showdown": "053288f2feb6b1db36044b212bb24294fb305df1",
"angular-markdown-directive": "~0.3.0",
"angular-uuid4": "~0.3.0",
"angular-localforage": "1.2.2",
"localforage": "1.2.0",
"angular-bootstrap-switch": "~0.3.0",
"bootstrap-switch": "~3.3.2",
"angular-chart.js": "~0.5.1",
"angular-clockpicker": "~1.1.0",
"Chart.js": "nnnick/Chart.js#~1.0.1",
"arrive": "~2.2.0",
"angular-jstz": "czarpino/angular-jstz",
"angular-scroll": "~0.7.0",
"angular-gist": "~0.1.3",
"twitter-platform-widget": "http://platform.twitter.com/widgets.js",
"ng-device-detector": "~1.1.7",
"material-admin": "https://ci.open-paas.org/stash/scm/or/material-admin.git#1.5.1.3",
"mdi": "1.4.57",
"roboto-fontface": "~0.4.3",
"material-shadows": "~2.0.1",
"remarkable-bootstrap-notify": "~3.1.3",
"angular-fullscreen": "~1.0.1",
"char-api": "https://ci.open-paas.org/stash/scm/olibs/char-api.git",
"jmap-client": "0.0.14",
"dynamic-directive": "2.0.0",
"iframe-resizer": "3.4.2",
"angularjs-naturalsort": "https://ci.open-paas.org/stash/scm/olibs/angularjs-naturalsort.git",
"summernote": "linagora/summernote#waiting-merge",
"angular-summernote": "linagora/angular-summernote#waiting-merge",
"autosize": "3.0.13",
"offline": "0.7.14",
"angular-ui-router": "0.2.15",
"angular-media-queries": "0.6.0",
"jquery.focus": "linagora/jquery.focus#bowerified",
"angular-component": "https://github.com/toddmotto/angular-component.git#~0.0.7",
"ui-router-extras": "~0.1.0",
"angular-feature-flags": "~1.0.0",
"angular-auto-focus": "~1.0.4",
"Autolinker.js": "^0.24.1",
"angular-web-notification": "^0.0.66",
"awesome-angular-swipe": "https://github.com/linagora/awesome-angular-swipe.git#0.0.10"
},
"resolutions": {
"jquery": "2.1.1",
"angular": "1.3.0",
"bootstrap": "3.3.5",
"fullcalendar": "~2.6.0",
"showdown": "053288f2feb6b1db36044b212bb24294fb305df1",
"bootstrap-switch": "~3.3.2",
"summernote": "waiting-merge",
"angular-touch": "1.3.0"
},
"devDependencies": {
"chai-datetime": "~1.4.0",
"sinon-chai": "~2.8.0",
"chai": "~3.0.0",
"sinon-1.15.4": "http://sinonjs.org/releases/sinon-1.15.4.js",
"moment-timezone": "0.4.0",
"jquery-mockjax": "2.1.1"
}
}