forked from wireapp/wire-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
165 lines (165 loc) · 5.19 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "wire-webapp",
"dependencies": {
"amplify": "https://github.com/wireapp/amplify.git#1.1.4",
"antiscroll-2": "https://github.com/welovecoding/antiscroll-2.git#1.2.7",
"cryptobox": "https://github.com/wireapp/cryptobox-bower.git#v1.0.5",
"cryptojs": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/crypto-js/CryptoJS%20v3.1.2.zip",
"dexie": "https://github.com/dfahlander/Dexie.js.git#1.5.1",
"generic-message-proto": "https://github.com/wireapp/generic-message-proto.git#1.18.0",
"highlightjs": "https://github.com/components/highlightjs.git#9.8.0",
"iframeTracker-jquery": "https://github.com/vincepare/iframeTracker-jquery.git#1.1.0",
"jquery": "https://github.com/jquery/jquery.git#2.1.4",
"keyboardjs": "https://github.com/RobertWHurst/KeyboardJS.git#2.3.3",
"knockout": "https://github.com/knockout/knockout.git#3.4.1",
"lru-ts": "https://github.com/wireapp/lru-ts.git#321024a90dd82a3379864382f4e16908c3ff8467",
"marked": "https://github.com/wireapp/marked.git#0f932d79aab362846eab11354f783db02f30cec6",
"moment": "https://github.com/moment/moment.git#2.16.0",
"normalize-css": "https://github.com/necolas/normalize.css.git#5.0.0",
"object-hash": "https://github.com/puleos/object-hash.git#1.1.5",
"pako": "https://github.com/nodeca/pako.git#1.0.3",
"phone-format": "https://github.com/albeebe/phoneformat.js.git#v1.0.3",
"platform.js": "https://github.com/bestiejs/platform.js.git#1.3.3",
"protobuf": "https://github.com/gregor/protobuf.js.git#32ada41d3c963bd5f43d7cdadced2d6d2ccd082a",
"raygun4js": "https://github.com/MindscapeHQ/raygun4js.git#2.4.1",
"speakingurl": "https://github.com/wireapp/speakingurl.git#2638eaf5e267d476b918f5a817a627ddf56255c1",
"twitter-text": "https://github.com/twitter/twitter-text.git#v1.14.0",
"uint32": "https://github.com/fxa/uint32.js.git#0.2.1",
"underscore": "https://github.com/jashkenas/underscore.git#1.8.3",
"uuid": "https://github.com/LiosK/UUID.js.git#v3.3.0",
"webapp-module-bubble": "https://github.com/wireapp/webapp-module-bubble.git#1.0.0",
"webapp-module-logger": "https://github.com/wireapp/webapp-module-logger.git#1.0.0",
"webapp-module-modal": "https://github.com/wireapp/webapp-module-modal.git#1.0.0",
"webapp-module-namespace": "https://github.com/wireapp/webapp-module-namespace.git#1.0.0",
"webrtc-adapter": "https://github.com/webrtc/adapter.git#2.0.8",
"wire-audio-files": "https://github.com/wireapp/wire-audio-files.git#1.1.0",
"wire-theme": "https://github.com/wireapp/wire-theme.git#1.0.0"
},
"exportsOverride": {
"amplify": {
"js": "lib/amplify.js"
},
"antiscroll-2": {
"css": "dist/antiscroll-2.css",
"js": "dist/antiscroll-2.js"
},
"bytebuffer": {
"js": "dist/ByteBufferAB.js"
},
"cryptobox": {
"js": "dist/cryptobox.js"
},
"cryptojs": {
"js/": [
"components/core.js",
"components/lib-typedarrays.js",
"components/md5.js",
"components/enc-base64.js",
"components/sha256.js"
]
},
"dexie": {
"js": "dist/dexie.js"
},
"generic-message-proto": {
"proto": "proto/messages.proto"
},
"highlightjs": {
"js": "highlight.pack.js",
"css": "styles/github.css"
},
"jquery": {
"js": "dist/jquery.js"
},
"iframeTracker-jquery": {
"js": "jquery.iframetracker.js"
},
"jquery-mousewheel": {
"js": "jquery.mousewheel.js"
},
"keyboardjs": {
"js": "dist/keyboard.js"
},
"knockout": {
"js": "dist/knockout.debug.js"
},
"lru-ts": {
"js": "dist/global/lru-ts.js"
},
"marked": {
"js": "lib/marked.js"
},
"moment": {
"js": [
"moment.js",
"locale/de.js"
]
},
"normalize-css": {
"css": "normalize.css"
},
"object-hash": {
"js": "dist/object_hash.js"
},
"pako": {
"js": "dist/pako.min.js"
},
"phone-format": {
"js": "dist/phone-format-global.js"
},
"platform.js": {
"js": "platform.js"
},
"protobuf": {
"js": "dist/protobuf.js"
},
"raygun4js": {
"js": "dist/raygun.vanilla.js"
},
"speakingurl": {
"js": "speakingurl.min.js"
},
"twitter-text": {
"js": "js/twitter-text.js"
},
"uint32": {
"js": "uint32.js"
},
"underscore": {
"js": "underscore.js"
},
"uuid": {
"js": "src/uuid.js"
},
"wire-audio-files": {
"audio": "webapp/*"
},
"webapp-module-external": {
"js/": [
"modules/*.js",
"modules/**/*.js"
],
"css": "modules/**/*.css"
},
"webapp-module-namespace": {
"js/": "js/*.js"
},
"webapp-module-bubble": {
"js/": "dist/script/*.js",
"less": "app/style/webapp-module-bubble.less"
},
"webapp-module-logger": {
"js/": "dist/js/Logger.js"
},
"webapp-module-modal": {
"js/": "dist/script/*.js",
"less": "app/style/webapp-module-modal.less"
},
"webrtc-adapter": {
"js": "release/adapter.js"
},
"wire-theme": {
"less": "app/style/{wire-theme,variables,input}.less"
}
}
}