forked from streembit/streembitui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
538 lines (537 loc) · 19.6 KB
/
config.js
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
System.config({
baseURL: "/",
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"optional": [
"runtime",
"optimisation.modules.system"
]
},
paths: {
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*",
"bower:*": "jspm_packages/bower/*"
},
map: {
"accounts": "lib/app/accounts",
"appconfig": "lib/app/config.js",
"appevents": "lib/app/modules/events/index",
"applogger": "lib/app/logger",
"appsrvc": "lib/app/appsrvc",
"apputils": "lib/app/apputils",
"assert": "github:jspm/nodelibs-assert@0.1.0",
"async": "npm:async@2.6.0",
"babel": "npm:babel-core@5.8.38",
"babel-runtime": "npm:babel-runtime@5.8.38",
"bcservice": "lib/app/bcservice",
"bip39": "npm:bip39@2.4.0",
"bootstrap": "github:twbs/bootstrap@3.3.7",
"browserify-aes": "npm:browserify-aes@1.1.1",
"bs58check": "npm:bs58check@1.3.4",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"clarinet": "npm:clarinet@0.11.0",
"collections": "npm:collections@5.0.7",
"connections": "lib/app/connections",
"contact": "lib/app/contact",
"contactlist": "lib/app/contactlist",
"contactsutil": "lib/app/contactsutil",
"core-js": "npm:core-js@1.2.7",
"create-hash": "npm:create-hash@1.1.3",
"create-hmac": "npm:create-hmac@1.1.6",
"cryptlib": "lib/app/modules/crypto/cryptlib",
"css": "github:systemjs/plugin-css@0.1.36",
"database": "lib/app/database",
"datadir": "lib/app/datadir",
"definitions": "lib/app/definitions",
"devbctansport": "test//wallet/transport/service",
"elliptic": "npm:elliptic@6.4.0",
"errcodes": "github:streembit/streembit-errcodes@master",
"errhandler": "lib/errorhandler",
"events": "github:jspm/nodelibs-events@0.1.1",
"filedialog": "lib/app/filedialog",
"filesaver": "lib/app/filesaver",
"filesender": "lib/app/filesender",
"filetrans": "lib/app/filetrans",
"font-awesome": "npm:font-awesome@4.7.0",
"hash.js": "npm:hash.js@1.1.3",
"hat": "npm:hat@0.0.3",
"i18next": "npm:i18next@3.5.2",
"jqueryi18n": "github:wikimedia/jquery.i18n@1.0.4",
"json": "github:systemjs/plugin-json@0.2.3",
"jspm-nodelibs-assert": "npm:jspm-nodelibs-assert@0.2.1",
"jspm/nodelibs-buffer": "github:jspm/nodelibs-buffer@0.1.1",
"jsrsasign": "bower:jsrsasign@8.0.4",
"lodash": "npm:lodash@4.17.4",
"logger": "lib/app/logger",
"merge": "npm:merge@1.2.0",
"moisrvc": "lib/app/modules/moisrvc/index",
"ms": "npm:ms@0.7.3",
"peercomm": "lib/app/peercomm",
"peermsg": "lib/app/modules/message/msglib",
"remarkable-bootstrap-notify": "bower:remarkable-bootstrap-notify@3.1.3",
"screenshare": "lib/app/screenshare",
"secure-random": "npm:secure-random@1.1.1",
"settings": "lib/app/settings",
"signals": "npm:signals@1.0.0",
"socket.io-client": "npm:socket.io-client@1.7.4",
"tasks": "lib/tasks",
"text": "github:systemjs/plugin-text@0.0.11",
"transport": "lib/app/transport",
"uihandler": "lib/app/uihandler",
"user": "lib/app/user",
"util": "github:jspm/nodelibs-util@0.1.0",
"utilities": "lib/app/utilities",
"uuid": "npm:uuid@2.0.3",
"webrtc-adapter": "npm:webrtc-adapter@2.1.0",
"webrtcaudio": "lib/app/webrtcaudio",
"webrtccall": "lib/app/webrtccall",
"webrtcdata": "lib/app/webrtcdata",
"webrtcfile": "lib/app/webrtcfile",
"webrtcscreen": "lib/app/webrtcscreen",
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.4.1"
},
"github:jspm/nodelibs-buffer@0.1.1": {
"buffer": "npm:buffer@5.0.8"
},
"github:jspm/nodelibs-constants@0.1.0": {
"constants-browserify": "npm:constants-browserify@0.0.1"
},
"github:jspm/nodelibs-crypto@0.1.0": {
"crypto-browserify": "npm:crypto-browserify@3.12.0"
},
"github:jspm/nodelibs-events@0.1.1": {
"events": "npm:events@1.0.2"
},
"github:jspm/nodelibs-os@0.1.0": {
"os-browserify": "npm:os-browserify@0.1.2"
},
"github:jspm/nodelibs-path@0.1.0": {
"path-browserify": "npm:path-browserify@0.0.0"
},
"github:jspm/nodelibs-process@0.1.2": {
"process": "npm:process@0.11.10"
},
"github:jspm/nodelibs-stream@0.1.0": {
"stream-browserify": "npm:stream-browserify@1.0.0"
},
"github:jspm/nodelibs-string_decoder@0.1.0": {
"string_decoder": "npm:string_decoder@0.10.31"
},
"github:jspm/nodelibs-util@0.1.0": {
"util": "npm:util@0.10.3"
},
"github:jspm/nodelibs-vm@0.1.0": {
"vm-browserify": "npm:vm-browserify@0.0.4"
},
"npm:asn1.js@4.9.2": {
"bn.js": "npm:bn.js@4.11.8",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"inherits": "npm:inherits@2.0.3",
"minimalistic-assert": "npm:minimalistic-assert@1.0.0",
"vm": "github:jspm/nodelibs-vm@0.1.0"
},
"npm:assert@1.4.1": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"process": "github:jspm/nodelibs-process@0.1.2",
"util": "npm:util@0.10.3"
},
"npm:async@2.6.0": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"lodash": "npm:lodash@4.17.4",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:babel-runtime@5.8.38": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:base-x@1.1.0": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1"
},
"npm:better-assert@1.0.2": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"callsite": "npm:callsite@1.0.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:bip39@2.4.0": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"create-hash": "npm:create-hash@1.1.3",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"pbkdf2": "npm:pbkdf2@3.0.14",
"randombytes": "npm:randombytes@2.0.5",
"safe-buffer": "npm:safe-buffer@5.1.1",
"systemjs-json": "github:systemjs/plugin-json@0.1.2",
"unorm": "npm:unorm@1.4.1"
},
"npm:browserify-aes@1.1.1": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"buffer-xor": "npm:buffer-xor@1.0.3",
"cipher-base": "npm:cipher-base@1.0.4",
"create-hash": "npm:create-hash@1.1.3",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"evp_bytestokey": "npm:evp_bytestokey@1.0.3",
"inherits": "npm:inherits@2.0.3",
"safe-buffer": "npm:safe-buffer@5.1.1",
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
},
"npm:browserify-cipher@1.0.0": {
"browserify-aes": "npm:browserify-aes@1.1.1",
"browserify-des": "npm:browserify-des@1.0.0",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"evp_bytestokey": "npm:evp_bytestokey@1.0.3"
},
"npm:browserify-des@1.0.0": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"cipher-base": "npm:cipher-base@1.0.4",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"des.js": "npm:des.js@1.0.0",
"inherits": "npm:inherits@2.0.1"
},
"npm:browserify-rsa@4.0.1": {
"bn.js": "npm:bn.js@4.11.8",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"constants": "github:jspm/nodelibs-constants@0.1.0",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"randombytes": "npm:randombytes@2.0.5"
},
"npm:browserify-sign@4.0.4": {
"bn.js": "npm:bn.js@4.11.8",
"browserify-rsa": "npm:browserify-rsa@4.0.1",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"create-hash": "npm:create-hash@1.1.3",
"create-hmac": "npm:create-hmac@1.1.6",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"elliptic": "npm:elliptic@6.4.0",
"inherits": "npm:inherits@2.0.1",
"parse-asn1": "npm:parse-asn1@5.1.0",
"stream": "github:jspm/nodelibs-stream@0.1.0",
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
},
"npm:bs58@3.1.0": {
"base-x": "npm:base-x@1.1.0"
},
"npm:bs58check@1.3.4": {
"bs58": "npm:bs58@3.1.0",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"create-hash": "npm:create-hash@1.1.3"
},
"npm:buffer-xor@1.0.3": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
},
"npm:buffer@5.0.8": {
"base64-js": "npm:base64-js@1.2.1",
"ieee754": "npm:ieee754@1.1.8"
},
"npm:cipher-base@1.0.4": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"inherits": "npm:inherits@2.0.1",
"safe-buffer": "npm:safe-buffer@5.1.1",
"stream": "github:jspm/nodelibs-stream@0.1.0",
"string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0"
},
"npm:clarinet@0.11.0": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"process": "github:jspm/nodelibs-process@0.1.2",
"stream": "github:jspm/nodelibs-stream@0.1.0"
},
"npm:collections@5.0.7": {
"weak-map": "npm:weak-map@1.0.5"
},
"npm:constants-browserify@0.0.1": {
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
},
"npm:core-js@1.2.7": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
},
"npm:core-util-is@1.0.2": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1"
},
"npm:create-ecdh@4.0.0": {
"bn.js": "npm:bn.js@4.11.8",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"elliptic": "npm:elliptic@6.4.0"
},
"npm:create-hash@1.1.3": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"cipher-base": "npm:cipher-base@1.0.4",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"inherits": "npm:inherits@2.0.1",
"ripemd160": "npm:ripemd160@2.0.1",
"sha.js": "npm:sha.js@2.4.9"
},
"npm:create-hmac@1.1.6": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"cipher-base": "npm:cipher-base@1.0.4",
"create-hash": "npm:create-hash@1.1.3",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"inherits": "npm:inherits@2.0.1",
"ripemd160": "npm:ripemd160@2.0.1",
"safe-buffer": "npm:safe-buffer@5.1.1",
"sha.js": "npm:sha.js@2.4.9"
},
"npm:crypto-browserify@3.12.0": {
"browserify-cipher": "npm:browserify-cipher@1.0.0",
"browserify-sign": "npm:browserify-sign@4.0.4",
"create-ecdh": "npm:create-ecdh@4.0.0",
"create-hash": "npm:create-hash@1.1.3",
"create-hmac": "npm:create-hmac@1.1.6",
"diffie-hellman": "npm:diffie-hellman@5.0.2",
"inherits": "npm:inherits@2.0.1",
"pbkdf2": "npm:pbkdf2@3.0.14",
"public-encrypt": "npm:public-encrypt@4.0.0",
"randombytes": "npm:randombytes@2.0.5",
"randomfill": "npm:randomfill@1.0.3"
},
"npm:debug@2.2.0": {
"ms": "npm:ms@0.7.1"
},
"npm:debug@2.3.3": {
"ms": "npm:ms@0.7.2"
},
"npm:des.js@1.0.0": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"inherits": "npm:inherits@2.0.3",
"minimalistic-assert": "npm:minimalistic-assert@1.0.0"
},
"npm:diffie-hellman@5.0.2": {
"bn.js": "npm:bn.js@4.11.8",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"miller-rabin": "npm:miller-rabin@4.0.1",
"randombytes": "npm:randombytes@2.0.5",
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
},
"npm:elliptic@6.4.0": {
"bn.js": "npm:bn.js@4.11.8",
"brorand": "npm:brorand@1.1.0",
"hash.js": "npm:hash.js@1.1.3",
"hmac-drbg": "npm:hmac-drbg@1.0.1",
"inherits": "npm:inherits@2.0.1",
"minimalistic-assert": "npm:minimalistic-assert@1.0.0",
"minimalistic-crypto-utils": "npm:minimalistic-crypto-utils@1.0.1",
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
},
"npm:engine.io-client@1.8.4": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"component-emitter": "npm:component-emitter@1.2.1",
"component-inherit": "npm:component-inherit@0.0.3",
"debug": "npm:debug@2.3.3",
"engine.io-parser": "npm:engine.io-parser@1.3.2",
"has-cors": "npm:has-cors@1.1.0",
"indexof": "npm:indexof@0.0.1",
"parsejson": "npm:parsejson@0.0.3",
"parseqs": "npm:parseqs@0.0.5",
"parseuri": "npm:parseuri@0.0.5",
"process": "github:jspm/nodelibs-process@0.1.2",
"yeast": "npm:yeast@0.1.2"
},
"npm:engine.io-parser@1.3.2": {
"after": "npm:after@0.8.2",
"arraybuffer.slice": "npm:arraybuffer.slice@0.0.6",
"base64-arraybuffer": "npm:base64-arraybuffer@0.1.5",
"blob": "npm:blob@0.0.4",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"has-binary": "npm:has-binary@0.1.7",
"wtf-8": "npm:wtf-8@1.0.0"
},
"npm:evp_bytestokey@1.0.3": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"md5.js": "npm:md5.js@1.3.4",
"safe-buffer": "npm:safe-buffer@5.1.1"
},
"npm:font-awesome@4.7.0": {
"css": "github:systemjs/plugin-css@0.1.36"
},
"npm:has-binary@0.1.7": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"isarray": "npm:isarray@0.0.1"
},
"npm:hash-base@2.0.2": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"inherits": "npm:inherits@2.0.1",
"stream": "github:jspm/nodelibs-stream@0.1.0"
},
"npm:hash-base@3.0.4": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"inherits": "npm:inherits@2.0.3",
"safe-buffer": "npm:safe-buffer@5.1.1",
"stream": "github:jspm/nodelibs-stream@0.1.0"
},
"npm:hash.js@1.1.3": {
"inherits": "npm:inherits@2.0.3",
"minimalistic-assert": "npm:minimalistic-assert@1.0.0"
},
"npm:hmac-drbg@1.0.1": {
"hash.js": "npm:hash.js@1.1.3",
"minimalistic-assert": "npm:minimalistic-assert@1.0.0",
"minimalistic-crypto-utils": "npm:minimalistic-crypto-utils@1.0.1",
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
},
"npm:i18next@3.5.2": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:inherits@2.0.3": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:md5.js@1.3.4": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"hash-base": "npm:hash-base@3.0.4",
"inherits": "npm:inherits@2.0.3"
},
"npm:miller-rabin@4.0.1": {
"bn.js": "npm:bn.js@4.11.8",
"brorand": "npm:brorand@1.1.0"
},
"npm:os-browserify@0.1.2": {
"os": "github:jspm/nodelibs-os@0.1.0"
},
"npm:parse-asn1@5.1.0": {
"asn1.js": "npm:asn1.js@4.9.2",
"browserify-aes": "npm:browserify-aes@1.1.1",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"create-hash": "npm:create-hash@1.1.3",
"evp_bytestokey": "npm:evp_bytestokey@1.0.3",
"pbkdf2": "npm:pbkdf2@3.0.14",
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
},
"npm:parsejson@0.0.3": {
"better-assert": "npm:better-assert@1.0.2"
},
"npm:parseqs@0.0.5": {
"better-assert": "npm:better-assert@1.0.2"
},
"npm:parseuri@0.0.5": {
"better-assert": "npm:better-assert@1.0.2"
},
"npm:path-browserify@0.0.0": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:pbkdf2@3.0.14": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"create-hash": "npm:create-hash@1.1.3",
"create-hmac": "npm:create-hmac@1.1.6",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"ripemd160": "npm:ripemd160@2.0.1",
"safe-buffer": "npm:safe-buffer@5.1.1",
"sha.js": "npm:sha.js@2.4.9"
},
"npm:process@0.11.10": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"vm": "github:jspm/nodelibs-vm@0.1.0"
},
"npm:public-encrypt@4.0.0": {
"bn.js": "npm:bn.js@4.11.8",
"browserify-rsa": "npm:browserify-rsa@4.0.1",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"create-hash": "npm:create-hash@1.1.3",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"parse-asn1": "npm:parse-asn1@5.1.0",
"randombytes": "npm:randombytes@2.0.5"
},
"npm:randombytes@2.0.5": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"safe-buffer": "npm:safe-buffer@5.1.1"
},
"npm:randomfill@1.0.3": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"randombytes": "npm:randombytes@2.0.5",
"safe-buffer": "npm:safe-buffer@5.1.1"
},
"npm:readable-stream@1.1.14": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"core-util-is": "npm:core-util-is@1.0.2",
"events": "github:jspm/nodelibs-events@0.1.1",
"inherits": "npm:inherits@2.0.1",
"isarray": "npm:isarray@0.0.1",
"process": "github:jspm/nodelibs-process@0.1.2",
"stream-browserify": "npm:stream-browserify@1.0.0",
"string_decoder": "npm:string_decoder@0.10.31"
},
"npm:ripemd160@2.0.1": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"hash-base": "npm:hash-base@2.0.2",
"inherits": "npm:inherits@2.0.1"
},
"npm:safe-buffer@5.1.1": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1"
},
"npm:secure-random@1.1.1": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:sha.js@2.4.9": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"inherits": "npm:inherits@2.0.1",
"process": "github:jspm/nodelibs-process@0.1.2",
"safe-buffer": "npm:safe-buffer@5.1.1"
},
"npm:socket.io-client@1.7.4": {
"backo2": "npm:backo2@1.0.2",
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"component-bind": "npm:component-bind@1.0.0",
"component-emitter": "npm:component-emitter@1.2.1",
"debug": "npm:debug@2.3.3",
"engine.io-client": "npm:engine.io-client@1.8.4",
"has-binary": "npm:has-binary@0.1.7",
"indexof": "npm:indexof@0.0.1",
"object-component": "npm:object-component@0.0.3",
"parseuri": "npm:parseuri@0.0.5",
"process": "github:jspm/nodelibs-process@0.1.2",
"socket.io-parser": "npm:socket.io-parser@2.3.1",
"to-array": "npm:to-array@0.1.4"
},
"npm:socket.io-parser@2.3.1": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1",
"component-emitter": "npm:component-emitter@1.1.2",
"debug": "npm:debug@2.2.0",
"isarray": "npm:isarray@0.0.1",
"json3": "npm:json3@3.3.2"
},
"npm:stream-browserify@1.0.0": {
"events": "github:jspm/nodelibs-events@0.1.1",
"inherits": "npm:inherits@2.0.1",
"readable-stream": "npm:readable-stream@1.1.14"
},
"npm:string_decoder@0.10.31": {
"buffer": "github:jspm/nodelibs-buffer@0.1.1"
},
"npm:util@0.10.3": {
"inherits": "npm:inherits@2.0.1",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:uuid@2.0.3": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
"os": "github:jspm/nodelibs-os@0.1.0",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:vm-browserify@0.0.4": {
"indexof": "npm:indexof@0.0.1"
},
"npm:webrtc-adapter@2.1.0": {
"sdp": "npm:sdp@1.5.4"
}
}
});